#2B9816

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

Shades of Forest Green #2B9816

Tints of Forest Green #2B9816

Color information

#2B9816 (or 0x2B9816) is unknown color: approx Forest Green. HEX triplet: 2B, 98 and 16. RGB value is (43,152,22). Sum of RGB (Red+Green+Blue) = 43+152+22=217 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.82% from 217); Green value is 152 (59.77% from 255 or 70.05% from 217); Blue value is 22 (8.98% from 255 or 10.14% from 217); Max value from RGB is 152 - color contains mainly: green. Hex color #2B9816 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B9816 is #D467E9. Grayscale: #696969. Windows color (decimal): -13920234 or 1480747. OLE color: 1480747.

HSL color Cylindrical-coordinate representation of color #2B9816: hue angle of 110.31º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2B9816 is Cyan = 0.72, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB4315222-
CMYK0.7200.860.40
HSL110.31º74.71%34.12%-
HSV(B)110.31º85.53%59.61%-
XYZ12.3723.034.55-
YUV104.5981.3984.07-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.82%
GREEN value IS 152 (59.77% from 255) = 70.05%
BLUE value IS 22 (8.98% from 255) = 10.14%
R=19.82%
G=70.05%
B=10.14%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal43152220.7200.860.40110.3174.7134.12
Hex2B981648056286e4b22
Octal532302611001265015611342
Binary101011100110001011010010000101011010100011011101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,152,22); }

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

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

 a { background-color: rgb(43,152,22); }

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

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

 span { border-color: rgb(43,152,22); }

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