#2A8212

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

Shades of Forest Green #2A8212

Tints of Forest Green #2A8212

Color information

#2A8212 (or 0x2A8212) is unknown color: approx Forest Green. HEX triplet: 2A, 82 and 12. RGB value is (42,130,18). Sum of RGB (Red+Green+Blue) = 42+130+18=190 (25% of max value = 765). Red value is 42 (16.80% from 255 or 22.11% from 190); Green value is 130 (51.17% from 255 or 68.42% from 190); Blue value is 18 (7.42% from 255 or 9.47% from 190); Max value from RGB is 130 - color contains mainly: green. Hex color #2A8212 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A8212 is #D57DED. Grayscale: #5B5B5B. Windows color (decimal): -13991406 or 1212970. OLE color: 1212970.

HSL color Cylindrical-coordinate representation of color #2A8212: hue angle of 107.14º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2A8212 is Cyan = 0.68, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB4213018-
CMYK0.6800.860.49
HSL107.14º75.68%29.02%-
HSV(B)107.14º86.15%50.98%-
XYZ9.0516.53.28-
YUV90.9286.8593.11-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.11%
GREEN value IS 130 (51.17% from 255) = 68.42%
BLUE value IS 18 (7.42% from 255) = 9.47%
R=22.11%
G=68.42%
B=9.47%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal42130180.6800.860.49107.1475.6829.02
Hex2A821244056316b4c1d
Octal522022210401266115311435
Binary10101010000010100101000100010101101100011101011100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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