#2A981A

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

Shades of Forest Green #2A981A

Tints of Forest Green #2A981A

Color information

#2A981A (or 0x2A981A) is unknown color: approx Forest Green. HEX triplet: 2A, 98 and 1A. RGB value is (42,152,26). Sum of RGB (Red+Green+Blue) = 42+152+26=220 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.09% from 220); Green value is 152 (59.77% from 255 or 69.09% from 220); Blue value is 26 (10.55% from 255 or 11.82% from 220); Max value from RGB is 152 - color contains mainly: green. Hex color #2A981A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A981A is #D567E5. Grayscale: #696969. Windows color (decimal): -13985766 or 1742890. OLE color: 1742890.

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

Color convert

RGB4215226-
CMYK0.7200.830.40
HSL112.38º70.79%34.9%-
HSV(B)112.38º82.89%59.61%-
XYZ12.3723.024.77-
YUV104.7583.5683.25-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.09%
GREEN value IS 152 (59.77% from 255) = 69.09%
BLUE value IS 26 (10.55% from 255) = 11.82%
R=19.09%
G=69.09%
B=11.82%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal42152260.7200.830.40112.3870.7934.9
Hex2A981A4805328704723
Octal522303211001235016010743
Binary101010100110001101010010000101001110100011100001000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A981A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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