Html Css Color HEX #2B9024 Forest Green

📋 copy color: '#2B9024'

red 43 ◦ green 144 ◦ blue 36

#2B9024
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #2B9024

Tints of Forest Green #2B9024

RGB

 RED value IS 43 (17.19% from 255) = 19.28%

 GREEN value IS 144 (56.64% from 255) = 64.57%

 BLUE value IS 36 (14.45% from 255) = 16.14%

R = 19.28%
G = 64.57%
B = 16.14%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.75

 K value IS 0.44

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2B9024 (or 0x2B9024) is known color: Forest Green. HEX triplet: 2B, 90 and 24. RGB value is (43,144,36). Sum of RGB (Red+Green+Blue) = 43+144+36=223 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.28% from 223); Green value is 144 (56.64% from 255 or 64.57% from 223); Blue value is 36 (14.45% from 255 or 16.14% from 223); Max value from RGB is 144 - color contains mainly: green. Hex color #2B9024 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9024 is #D46FDB. Grayscale: #656565. Windows color (decimal): -13922268 or 2396203. OLE color: 2396203.

HSL color Cylindrical-coordinate representation of color #2B9024: hue angle of 116.11º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B9024 is Cyan = 0.70, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.44.

Color convert

RGB 43 144 36 -
CMYK 0.70 0 0.75 0.44
HSL 116.11º 0.6% 0.35% -
HSV(B) 116.11º 0.75% 0.56% -
XYZ 11.29 20.59 5.05 -
YUV 101.49 91.04 86.28 -
System Red Green Blue C M Y K H S L
Decimal 43 144 36 0.70 0 0.75 0.44 116.11 0.6 0.35
Hex 2B 90 24 46 0 4B 2C 74 3C 23
Octal 53 220 44 106 0 113 54 164 74 43
Binary 101011 10010000 100100 1000110 0 1001011 101100 1110100 111100 100011

Color Harmonies of #2B9024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9024

Black with #2B9024

Text Example


Text Example

White with #2B9024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B9024; }

 p { color: rgb(43,144,36); }

 H1.HeaderClassName
 {
   color: #2B9024;
 }
 .AnyTagClassName
 {
   color: #2B9024;
 }
</style>

background-color css

<style>
 a { background-color: #2B9024; }

 a { background-color: rgb(43,144,36); }

 div.DivClassName
 {
   background-color: #2B9024;
 }
 .BgClassName
 {
   background-color: #2B9024;
 }
</style>

border-color css

<style>
 span { border-color: #2B9024; }

 span { border-color: rgb(43,144,36); }

 td.TdClassName
 {
   border-color: #2B9024;
 }
 .TagClassName
 {
   border-color: #2B9024;
 }
</style>