#2A771E

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

Shades of Forest Green #2A771E

Tints of Forest Green #2A771E

Color information

#2A771E (or 0x2A771E) is unknown color: approx Forest Green. HEX triplet: 2A, 77 and 1E. RGB value is (42,119,30). Sum of RGB (Red+Green+Blue) = 42+119+30=191 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.99% from 191); Green value is 119 (46.88% from 255 or 62.30% from 191); Blue value is 30 (12.11% from 255 or 15.71% from 191); Max value from RGB is 119 - color contains mainly: green. Hex color #2A771E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A771E is #D588E1. Grayscale: #565656. Windows color (decimal): -13994210 or 1996586. OLE color: 1996586.

HSL color Cylindrical-coordinate representation of color #2A771E: hue angle of 111.91º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A771E is Cyan = 0.65, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB4211930-
CMYK0.6500.750.53
HSL111.91º59.73%29.22%-
HSV(B)111.91º74.79%46.67%-
XYZ7.7913.783.48-
YUV85.8396.4996.74-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.99%
GREEN value IS 119 (46.88% from 255) = 62.30%
BLUE value IS 30 (12.11% from 255) = 15.71%
R=21.99%
G=62.30%
B=15.71%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42119300.6500.750.53111.9159.7329.22
Hex2A771E4104B35703c1d
Octal52167361010113651607435
Binary101010111011111110100000101001011110101111000011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A771E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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