#2A7F14

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

Shades of Forest Green #2A7F14

Tints of Forest Green #2A7F14

Color information

#2A7F14 (or 0x2A7F14) is unknown color: approx Forest Green. HEX triplet: 2A, 7F and 14. RGB value is (42,127,20). Sum of RGB (Red+Green+Blue) = 42+127+20=189 (25% of max value = 765). Red value is 42 (16.80% from 255 or 22.22% from 189); Green value is 127 (50% from 255 or 67.20% from 189); Blue value is 20 (8.20% from 255 or 10.58% from 189); Max value from RGB is 127 - color contains mainly: green. Hex color #2A7F14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A7F14 is #D580EB. Grayscale: #595959. Windows color (decimal): -13992172 or 1343274. OLE color: 1343274.

HSL color Cylindrical-coordinate representation of color #2A7F14: hue angle of 107.66º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2A7F14 is Cyan = 0.67, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB4212720-
CMYK0.6700.840.50
HSL107.66º72.79%28.82%-
HSV(B)107.66º84.25%49.8%-
XYZ8.6715.723.24-
YUV89.3988.8494.2-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.22%
GREEN value IS 127 (50% from 255) = 67.20%
BLUE value IS 20 (8.20% from 255) = 10.58%
R=22.22%
G=67.20%
B=10.58%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal42127200.6700.840.50107.6672.7928.82
Hex2A7F1443054326c491d
Octal521772410301246215411135
Binary1010101111111101001000011010101001100101101100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,127,20); }

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

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

 a { background-color: rgb(42,127,20); }

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

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

 span { border-color: rgb(42,127,20); }

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