#2A960A

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

Shades of Forest Green #2A960A

Tints of Forest Green #2A960A

Color information

#2A960A (or 0x2A960A) is unknown color: approx Forest Green. HEX triplet: 2A, 96 and 0A. RGB value is (42,150,10). Sum of RGB (Red+Green+Blue) = 42+150+10=202 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.79% from 202); Green value is 150 (58.98% from 255 or 74.26% from 202); Blue value is 10 (4.30% from 255 or 4.95% from 202); Max value from RGB is 150 - color contains mainly: green. Hex color #2A960A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A960A is #D569F5. Grayscale: #666666. Windows color (decimal): -13986294 or 693802. OLE color: 693802.

HSL color Cylindrical-coordinate representation of color #2A960A: hue angle of 106.29º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2A960A is Cyan = 0.72, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB4215010-
CMYK0.7200.930.41
HSL106.29º87.5%31.37%-
HSV(B)106.29º93.33%58.82%-
XYZ11.9222.333.97-
YUV101.7576.2285.38-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.79%
GREEN value IS 150 (58.98% from 255) = 74.26%
BLUE value IS 10 (4.30% from 255) = 4.95%
R=20.79%
G=74.26%
B=4.95%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal42150100.7200.930.41106.2987.531.37
Hex2A96A4805D296a581f
Octal522261211001355115213037
Binary1010101001011010101001000010111011010011101010101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A960A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,150,10); }

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

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

 a { background-color: rgb(42,150,10); }

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

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

 span { border-color: rgb(42,150,10); }

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