#2A871C

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

Shades of Forest Green #2A871C

Tints of Forest Green #2A871C

Color information

#2A871C (or 0x2A871C) is unknown color: approx Forest Green. HEX triplet: 2A, 87 and 1C. RGB value is (42,135,28). Sum of RGB (Red+Green+Blue) = 42+135+28=205 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.49% from 205); Green value is 135 (53.12% from 255 or 65.85% from 205); Blue value is 28 (11.33% from 255 or 13.66% from 205); Max value from RGB is 135 - color contains mainly: green. Hex color #2A871C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A871C is #D578E3. Grayscale: #5F5F5F. Windows color (decimal): -13990116 or 1869610. OLE color: 1869610.

HSL color Cylindrical-coordinate representation of color #2A871C: hue angle of 112.15º 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 #2A871C is Cyan = 0.69, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB4213528-
CMYK0.6900.790.47
HSL112.15º65.64%31.96%-
HSV(B)112.15º79.26%52.94%-
XYZ9.8317.94.04-
YUV9590.1990.2-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.49%
GREEN value IS 135 (53.12% from 255) = 65.85%
BLUE value IS 28 (11.33% from 255) = 13.66%
R=20.49%
G=65.85%
B=13.66%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal42135280.6900.790.47112.1565.6431.96
Hex2A871C4504F2F704220
Octal522073410501175716010240
Binary101010100001111110010001010100111110111111100001000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A871C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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