#2A871E

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

Shades of Forest Green #2A871E

Tints of Forest Green #2A871E

Color information

#2A871E (or 0x2A871E) is unknown color: approx Forest Green. HEX triplet: 2A, 87 and 1E. RGB value is (42,135,30). Sum of RGB (Red+Green+Blue) = 42+135+30=207 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.29% from 207); Green value is 135 (53.12% from 255 or 65.22% from 207); Blue value is 30 (12.11% from 255 or 14.49% from 207); Max value from RGB is 135 - color contains mainly: green. Hex color #2A871E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A871E is #D578E1. Grayscale: #5F5F5F. Windows color (decimal): -13990114 or 2000682. OLE color: 2000682.

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

Color convert

RGB4213530-
CMYK0.6900.780.47
HSL113.14º63.64%32.35%-
HSV(B)113.14º77.78%52.94%-
XYZ9.8517.914.17-
YUV95.2291.1990.04-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.29%
GREEN value IS 135 (53.12% from 255) = 65.22%
BLUE value IS 30 (12.11% from 255) = 14.49%
R=20.29%
G=65.22%
B=14.49%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal42135300.6900.780.47113.1463.6432.35
Hex2A871E4504E2F714020
Octal522073610501165716110040
Binary101010100001111111010001010100111010111111100011000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A871E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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