#2A781E

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

Shades of Forest Green #2A781E

Tints of Forest Green #2A781E

Color information

#2A781E (or 0x2A781E) is unknown color: approx Forest Green. HEX triplet: 2A, 78 and 1E. RGB value is (42,120,30). Sum of RGB (Red+Green+Blue) = 42+120+30=192 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.88% from 192); Green value is 120 (47.27% from 255 or 62.5% from 192); Blue value is 30 (12.11% from 255 or 15.62% from 192); Max value from RGB is 120 - color contains mainly: green. Hex color #2A781E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A781E is #D587E1. Grayscale: #565656. Windows color (decimal): -13993954 or 1996842. OLE color: 1996842.

HSL color Cylindrical-coordinate representation of color #2A781E: hue angle of 112º 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 #2A781E is Cyan = 0.65, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB4212030-
CMYK0.6500.750.53
HSL112º60%29.41%-
HSV(B)112º75%47.06%-
XYZ7.9114.023.52-
YUV86.4296.1696.32-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.88%
GREEN value IS 120 (47.27% from 255) = 62.5%
BLUE value IS 30 (12.11% from 255) = 15.62%
R=21.88%
G=62.5%
B=15.62%

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
Decimal42120300.6500.750.531126029.41
Hex2A781E4104B35703c1d
Octal52170361010113651607435
Binary101010111100011110100000101001011110101111000011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A781E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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