#2B9C16

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

Shades of Forest Green #2B9C16

Tints of Forest Green #2B9C16

Color information

#2B9C16 (or 0x2B9C16) is unknown color: approx Forest Green. HEX triplet: 2B, 9C and 16. RGB value is (43,156,22). Sum of RGB (Red+Green+Blue) = 43+156+22=221 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.46% from 221); Green value is 156 (61.33% from 255 or 70.59% from 221); Blue value is 22 (8.98% from 255 or 9.95% from 221); Max value from RGB is 156 - color contains mainly: green. Hex color #2B9C16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B9C16 is #D463E9. Grayscale: #6B6B6B. Windows color (decimal): -13919210 or 1481771. OLE color: 1481771.

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

Color convert

RGB4315622-
CMYK0.7200.860.39
HSL110.6º75.28%34.9%-
HSV(B)110.6º85.9%61.18%-
XYZ13.0324.354.77-
YUV106.9480.0682.4-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.46%
GREEN value IS 156 (61.33% from 255) = 70.59%
BLUE value IS 22 (8.98% from 255) = 9.95%
R=19.46%
G=70.59%
B=9.95%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal43156220.7200.860.39110.675.2834.9
Hex2B9C1648056276f4b23
Octal532342611001264715711343
Binary101011100111001011010010000101011010011111011111001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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