#2B871C

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

Shades of Forest Green #2B871C

Tints of Forest Green #2B871C

Color information

#2B871C (or 0x2B871C) is unknown color: approx Forest Green. HEX triplet: 2B, 87 and 1C. RGB value is (43,135,28). Sum of RGB (Red+Green+Blue) = 43+135+28=206 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.87% from 206); Green value is 135 (53.12% from 255 or 65.53% from 206); Blue value is 28 (11.33% from 255 or 13.59% from 206); Max value from RGB is 135 - color contains mainly: green. Hex color #2B871C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B871C is #D478E3. Grayscale: #5F5F5F. Windows color (decimal): -13924580 or 1869611. OLE color: 1869611.

HSL color Cylindrical-coordinate representation of color #2B871C: hue angle of 111.59º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B871C is Cyan = 0.68, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB4313528-
CMYK0.6800.790.47
HSL111.59º65.64%31.96%-
HSV(B)111.59º79.26%52.94%-
XYZ9.8717.934.04-
YUV95.2990.0290.7-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.87%
GREEN value IS 135 (53.12% from 255) = 65.53%
BLUE value IS 28 (11.33% from 255) = 13.59%
R=20.87%
G=65.53%
B=13.59%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal43135280.6800.790.47111.5965.6431.96
Hex2B871C4404F2F704220
Octal532073410401175716010240
Binary101011100001111110010001000100111110111111100001000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B871C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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