#2A941E

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

Shades of Forest Green #2A941E

Tints of Forest Green #2A941E

Color information

#2A941E (or 0x2A941E) is unknown color: approx Forest Green. HEX triplet: 2A, 94 and 1E. RGB value is (42,148,30). Sum of RGB (Red+Green+Blue) = 42+148+30=220 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.09% from 220); Green value is 148 (58.20% from 255 or 67.27% from 220); Blue value is 30 (12.11% from 255 or 13.64% from 220); Max value from RGB is 148 - color contains mainly: green. Hex color #2A941E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A941E is #D56BE1. Grayscale: #676767. Windows color (decimal): -13986786 or 2004010. OLE color: 2004010.

HSL color Cylindrical-coordinate representation of color #2A941E: hue angle of 113.9º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A941E is Cyan = 0.72, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB4214830-
CMYK0.7200.800.42
HSL113.9º66.29%34.9%-
HSV(B)113.9º79.73%58.04%-
XYZ11.7821.774.81-
YUV102.8586.8884.59-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.09%
GREEN value IS 148 (58.20% from 255) = 67.27%
BLUE value IS 30 (12.11% from 255) = 13.64%
R=19.09%
G=67.27%
B=13.64%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal42148300.7200.800.42113.966.2934.9
Hex2A941E480502A724223
Octal522243611001205216210243
Binary101010100101001111010010000101000010101011100101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A941E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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