#2A932E

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

Shades of Forest Green #2A932E

Tints of Forest Green #2A932E

Color information

#2A932E (or 0x2A932E) is unknown color: approx Forest Green. HEX triplet: 2A, 93 and 2E. RGB value is (42,147,46). Sum of RGB (Red+Green+Blue) = 42+147+46=235 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.87% from 235); Green value is 147 (57.81% from 255 or 62.55% from 235); Blue value is 46 (18.36% from 255 or 19.57% from 235); Max value from RGB is 147 - color contains mainly: green. Hex color #2A932E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A932E is #D56CD1. Grayscale: #686868. Windows color (decimal): -13987026 or 3052330. OLE color: 3052330.

HSL color Cylindrical-coordinate representation of color #2A932E: hue angle of 122.29º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A932E is Cyan = 0.71, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB4214746-
CMYK0.7100.690.42
HSL122.29º55.56%37.06%-
HSV(B)122.29º71.43%57.65%-
XYZ11.8821.566.12-
YUV104.0995.2183.71-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.87%
GREEN value IS 147 (57.81% from 255) = 62.55%
BLUE value IS 46 (18.36% from 255) = 19.57%
R=17.87%
G=62.55%
B=19.57%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal42147460.7100.690.42122.2955.5637.06
Hex2A932E470452A7a3825
Octal52223561070105521727045
Binary101010100100111011101000111010001011010101111010111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A932E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,147,46); }

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

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

 a { background-color: rgb(42,147,46); }

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

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

 span { border-color: rgb(42,147,46); }

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