#2B9720

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

Shades of Forest Green #2B9720

Tints of Forest Green #2B9720

Color information

#2B9720 (or 0x2B9720) is unknown color: approx Forest Green. HEX triplet: 2B, 97 and 20. RGB value is (43,151,32). Sum of RGB (Red+Green+Blue) = 43+151+32=226 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.03% from 226); Green value is 151 (59.38% from 255 or 66.81% from 226); Blue value is 32 (12.89% from 255 or 14.16% from 226); Max value from RGB is 151 - color contains mainly: green. Hex color #2B9720 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9720 is #D468DF. Grayscale: #696969. Windows color (decimal): -13920480 or 2135851. OLE color: 2135851.

HSL color Cylindrical-coordinate representation of color #2B9720: hue angle of 114.45º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B9720 is Cyan = 0.72, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB4315132-
CMYK0.7200.790.41
HSL114.45º65.03%35.88%-
HSV(B)114.45º78.81%59.22%-
XYZ12.3222.755.11-
YUV105.1486.7283.68-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.03%
GREEN value IS 151 (59.38% from 255) = 66.81%
BLUE value IS 32 (12.89% from 255) = 14.16%
R=19.03%
G=66.81%
B=14.16%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal43151320.7200.790.41114.4565.0335.88
Hex2B97204804F29724124
Octal532274011001175116210144
Binary1010111001011110000010010000100111110100111100101000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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