#2A9812

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

Shades of Forest Green #2A9812

Tints of Forest Green #2A9812

Color information

#2A9812 (or 0x2A9812) is unknown color: approx Forest Green. HEX triplet: 2A, 98 and 12. RGB value is (42,152,18). Sum of RGB (Red+Green+Blue) = 42+152+18=212 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.81% from 212); Green value is 152 (59.77% from 255 or 71.70% from 212); Blue value is 18 (7.42% from 255 or 8.49% from 212); Max value from RGB is 152 - color contains mainly: green. Hex color #2A9812 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A9812 is #D567ED. Grayscale: #686868. Windows color (decimal): -13985774 or 1218602. OLE color: 1218602.

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

Color convert

RGB4215218-
CMYK0.7200.880.40
HSL109.25º78.82%33.33%-
HSV(B)109.25º88.16%59.61%-
XYZ12.2922.994.36-
YUV103.8379.5683.9-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.81%
GREEN value IS 152 (59.77% from 255) = 71.70%
BLUE value IS 18 (7.42% from 255) = 8.49%
R=19.81%
G=71.70%
B=8.49%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal42152180.7200.880.40109.2578.8233.33
Hex2A981248058286d4f21
Octal522302211001305015511741
Binary101010100110001001010010000101100010100011011011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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