#2A941A

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

Shades of Forest Green #2A941A

Tints of Forest Green #2A941A

Color information

#2A941A (or 0x2A941A) is unknown color: approx Forest Green. HEX triplet: 2A, 94 and 1A. RGB value is (42,148,26). Sum of RGB (Red+Green+Blue) = 42+148+26=216 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.44% from 216); Green value is 148 (58.20% from 255 or 68.52% from 216); Blue value is 26 (10.55% from 255 or 12.04% from 216); Max value from RGB is 148 - color contains mainly: green. Hex color #2A941A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A941A is #D56BE5. Grayscale: #666666. Windows color (decimal): -13986790 or 1741866. OLE color: 1741866.

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

Color convert

RGB4214826-
CMYK0.7200.820.42
HSL112.13º70.11%34.12%-
HSV(B)112.13º82.43%58.04%-
XYZ11.7321.754.56-
YUV102.484.8884.92-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.44%
GREEN value IS 148 (58.20% from 255) = 68.52%
BLUE value IS 26 (10.55% from 255) = 12.04%
R=19.44%
G=68.52%
B=12.04%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal42148260.7200.820.42112.1370.1134.12
Hex2A941A480522A704622
Octal522243211001225216010642
Binary101010100101001101010010000101001010101011100001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A941A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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