#2B9F20

Color #2B9F20 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #2B9F20

Tints of Forest Green #2B9F20

Color information

#2B9F20 (or 0x2B9F20) is unknown color: approx Forest Green. HEX triplet: 2B, 9F and 20. RGB value is (43,159,32). Sum of RGB (Red+Green+Blue) = 43+159+32=234 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.38% from 234); Green value is 159 (62.5% from 255 or 67.95% from 234); Blue value is 32 (12.89% from 255 or 13.68% from 234); Max value from RGB is 159 - color contains mainly: green. Hex color #2B9F20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9F20 is #D460DF. Grayscale: #6E6E6E. Windows color (decimal): -13918432 or 2137899. OLE color: 2137899.

HSL color Cylindrical-coordinate representation of color #2B9F20: hue angle of 114.8º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B9F20 is Cyan = 0.73, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB4315932-
CMYK0.7300.800.38
HSL114.8º66.49%37.45%-
HSV(B)114.8º79.87%62.35%-
XYZ13.6625.415.55-
YUV109.8484.0780.33-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.38%
GREEN value IS 159 (62.5% from 255) = 67.95%
BLUE value IS 32 (12.89% from 255) = 13.68%
R=18.38%
G=67.95%
B=13.68%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal43159320.7300.800.38114.866.4937.45
Hex2B9F204905026734225
Octal532374011101204616310245
Binary1010111001111110000010010010101000010011011100111000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,159,32); }

 H1.HeaderClassName
 {
   color: #2B9F20;
 }
 .AnyTagClassName
 {
   color: #2B9F20;
 }
</style>
background-color css

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

 a { background-color: rgb(43,159,32); }

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

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

 span { border-color: rgb(43,159,32); }

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