#2A771C

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

Shades of Forest Green #2A771C

Tints of Forest Green #2A771C

Color information

#2A771C (or 0x2A771C) is unknown color: approx Forest Green. HEX triplet: 2A, 77 and 1C. RGB value is (42,119,28). Sum of RGB (Red+Green+Blue) = 42+119+28=189 (25% of max value = 765). Red value is 42 (16.80% from 255 or 22.22% from 189); Green value is 119 (46.88% from 255 or 62.96% from 189); Blue value is 28 (11.33% from 255 or 14.81% from 189); Max value from RGB is 119 - color contains mainly: green. Hex color #2A771C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A771C is #D588E3. Grayscale: #555555. Windows color (decimal): -13994212 or 1865514. OLE color: 1865514.

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

Color convert

RGB4211928-
CMYK0.6500.760.53
HSL110.77º61.9%28.82%-
HSV(B)110.77º76.47%46.67%-
XYZ7.7613.773.35-
YUV85.695.4996.9-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.22%
GREEN value IS 119 (46.88% from 255) = 62.96%
BLUE value IS 28 (11.33% from 255) = 14.81%
R=22.22%
G=62.96%
B=14.81%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42119280.6500.760.53110.7761.928.82
Hex2A771C4104C356f3e1d
Octal52167341010114651577635
Binary101010111011111100100000101001100110101110111111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A771C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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