#2A9512

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

Shades of Forest Green #2A9512

Tints of Forest Green #2A9512

Color information

#2A9512 (or 0x2A9512) is unknown color: approx Forest Green. HEX triplet: 2A, 95 and 12. RGB value is (42,149,18). Sum of RGB (Red+Green+Blue) = 42+149+18=209 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.10% from 209); Green value is 149 (58.59% from 255 or 71.29% from 209); Blue value is 18 (7.42% from 255 or 8.61% from 209); Max value from RGB is 149 - color contains mainly: green. Hex color #2A9512 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A9512 is #D56AED. Grayscale: #666666. Windows color (decimal): -13986542 or 1217834. OLE color: 1217834.

HSL color Cylindrical-coordinate representation of color #2A9512: hue angle of 109.01º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2A9512 is Cyan = 0.72, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB4214918-
CMYK0.7200.880.42
HSL109.01º78.44%32.75%-
HSV(B)109.01º87.92%58.43%-
XYZ11.8122.034.2-
YUV102.0780.5585.15-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.10%
GREEN value IS 149 (58.59% from 255) = 71.29%
BLUE value IS 18 (7.42% from 255) = 8.61%
R=20.10%
G=71.29%
B=8.61%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal42149180.7200.880.42109.0178.4432.75
Hex2A9512480582A6d4e21
Octal522252211001305215511641
Binary101010100101011001010010000101100010101011011011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,149,18); }

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

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

 a { background-color: rgb(42,149,18); }

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

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

 span { border-color: rgb(42,149,18); }

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