COLOR #024B2D

HEX: #024B2D
RGB: (2,75,45)

Color info

#024B2D contains mainly green and blue colors. Web safe color of #024B2D is #003333 (or #033).

RGB color model

#024B2D color RGB value is (2,75,45).

  • red value is 2;
  • green value is 75;
  • blue value is 45.
RGB:
(2,75,45)
(1%,29%,18%)

RGB channels and saturation

R 2 of 255 = 1%
G 75 of 255 = 29%
B 45 of 255 = 18%

2
75
45

R + G + B ~ 16%. #024B2D is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 75 + 45 = 122 (100%)
R 2 of 122 ~ 1.64%
G 75 of 122 ~ 61.48%
B 45 of 122 ~ 36.89%

%61.48
%36.89

CMYK color model

#024B2D color CMYK value is (97,0,40,71).

  • cyan value is 97.33%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 70.59%
CMYK:
(97,0,40,71)
C97M0Y40K71 
(97%,0%,40%,71%)
(0.97/0.00/0.40/0.71)	

CMYK percentages

%97.33
%0
%40
%70.59

Codes

Color #024B2D in popluar color models

024B2D
RGB27545
HSL155°94.81%15.10%
HSB/HSV155°97.33%29.41%
CMYK97.33%0.00%40.00%
70.59%

Color #024B2D in popluar number systems.

HEX024B2D
Decimal27545
Binary101001011101101
Octal211355

Shades and tints

Shades of #024B2D

#024B2D
(2,75,45)
#024529
(2,69,41)
#023F25
(2,63,37)
#023921
(2,57,33)
#02331D
(2,51,29)
#022D19
(2,45,25)
#022715
(2,39,21)
#022111
(2,33,17)
#021B0D
(2,27,13)
#021509
(2,21,9)
#020F05
(2,15,5)
#000000
(0,0,0)

Tints of #024B2D

#024B2D
(2,75,45)
#195B40
(25,91,64)
#306B53
(48,107,83)
#477B66
(71,123,102)
#5E8B79
(94,139,121)
#759B8C
(117,155,140)
#8CAB9F
(140,171,159)
#A3BBB2
(163,187,178)
#BACBC5
(186,203,197)
#D1DBD8
(209,219,216)
#E8EBEB
(232,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #024B2D color. Also use rgb(2,75,45) instead hex code.

Text Font Color

.myTextColor { color: #024B2D; }

<p style="color:#024B2D">This sample text font color is #024B2D.</p>

This text font color is #024B2D.


Background Color

.myBgColor { background-color: #024B2D; }

<div style="background-color:#024B2D">Inner text</div>

This div background color is #024B2D.


Border color

.myBorderColor { border: 1px solid #024B2D; }

<div style="border:3px solid #024B2D">Div</div>

This div border color is #024B2D.


Opacity

.myOpacity80 { color: #024B2D; opacity: 0.8; }

<p style="color:#024B2D;opacity:0.8;">80%</p>

Text with #024B2D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #024B2D;}

<p style="text-shadow: 3px 3px 1px #024B2D">Text here.</p>

This text has shadow with #024B2D color.

.textShadow {text-shadow: 3px 3px 1px #024B2D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #024B2D, 5px 5px 20px red">Text here.</p>

This text has shadow with #024B2D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#024B2D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#024B2D, Direction=45, Strength=4)">Text</p>

This text has shadow with #024B2D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #024B2D;
  -webkit-box-shadow:	1px 1px 3px 2px #024B2D;
  box-shadow:		1px 1px 3px 2px #024B2D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #024B2D;
-webkit-box-shadow: 1px 1px 3px 2px #024B2D;
box-shadow:1px 1px 3px 2px #024B2D;">
Div content here</div>
This div box has shadow with color #024B2D.

Preview

Color preview on black background

This text has color #024B2D on black background.


Color preview on white background

This text has color #024B2D on white background.



Black color preview on #024B2D background

This text has black color on #024B2D background.


White color preview on #024B2D background

This text has white color on #024B2D background.