#2B921C

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

Shades of Forest Green #2B921C

Tints of Forest Green #2B921C

Color information

#2B921C (or 0x2B921C) is unknown color: approx Forest Green. HEX triplet: 2B, 92 and 1C. RGB value is (43,146,28). Sum of RGB (Red+Green+Blue) = 43+146+28=217 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.82% from 217); Green value is 146 (57.42% from 255 or 67.28% from 217); Blue value is 28 (11.33% from 255 or 12.90% from 217); Max value from RGB is 146 - color contains mainly: green. Hex color #2B921C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B921C is #D46DE3. Grayscale: #666666. Windows color (decimal): -13921764 or 1872427. OLE color: 1872427.

HSL color Cylindrical-coordinate representation of color #2B921C: hue angle of 112.37º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B921C is Cyan = 0.71, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.43.

Color convert

RGB4314628-
CMYK0.7100.810.43
HSL112.37º67.82%34.12%-
HSV(B)112.37º80.82%57.25%-
XYZ11.4821.164.58-
YUV101.7586.3886.09-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.82%
GREEN value IS 146 (57.42% from 255) = 67.28%
BLUE value IS 28 (11.33% from 255) = 12.90%
R=19.82%
G=67.28%
B=12.90%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal43146280.7100.810.43112.3767.8234.12
Hex2B921C470512B704422
Octal532223410701215316010442
Binary101011100100101110010001110101000110101111100001000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B921C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,146,28); }

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

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

 a { background-color: rgb(43,146,28); }

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

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

 span { border-color: rgb(43,146,28); }

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