#2A7A19

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

Shades of Forest Green #2A7A19

Tints of Forest Green #2A7A19

Color information

#2A7A19 (or 0x2A7A19) is unknown color: approx Forest Green. HEX triplet: 2A, 7A and 19. RGB value is (42,122,25). Sum of RGB (Red+Green+Blue) = 42+122+25=189 (25% of max value = 765). Red value is 42 (16.80% from 255 or 22.22% from 189); Green value is 122 (48.05% from 255 or 64.55% from 189); Blue value is 25 (10.16% from 255 or 13.23% from 189); Max value from RGB is 122 - color contains mainly: green. Hex color #2A7A19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A7A19 is #D585E6. Grayscale: #575757. Windows color (decimal): -13993447 or 1669674. OLE color: 1669674.

HSL color Cylindrical-coordinate representation of color #2A7A19: hue angle of 109.48º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A7A19 is Cyan = 0.66, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.52.

Color convert

RGB4212225-
CMYK0.6600.800.52
HSL109.48º65.99%28.82%-
HSV(B)109.48º79.51%47.84%-
XYZ8.0914.483.29-
YUV87.029395.89-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.22%
GREEN value IS 122 (48.05% from 255) = 64.55%
BLUE value IS 25 (10.16% from 255) = 13.23%
R=22.22%
G=64.55%
B=13.23%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal42122250.6600.800.52109.4865.9928.82
Hex2A7A1942050346d421d
Octal521723110201206415510235
Binary1010101111010110011000010010100001101001101101100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,122,25); }

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

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

 a { background-color: rgb(42,122,25); }

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

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

 span { border-color: rgb(42,122,25); }

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