#2A922E

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

Shades of Forest Green #2A922E

Tints of Forest Green #2A922E

Color information

#2A922E (or 0x2A922E) is unknown color: approx Forest Green. HEX triplet: 2A, 92 and 2E. RGB value is (42,146,46). Sum of RGB (Red+Green+Blue) = 42+146+46=234 (30% of max value = 765). Red value is 42 (16.80% from 255 or 17.95% from 234); Green value is 146 (57.42% from 255 or 62.39% from 234); Blue value is 46 (18.36% from 255 or 19.66% from 234); Max value from RGB is 146 - color contains mainly: green. Hex color #2A922E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A922E is #D56DD1. Grayscale: #676767. Windows color (decimal): -13987282 or 3052074. OLE color: 3052074.

HSL color Cylindrical-coordinate representation of color #2A922E: hue angle of 122.31º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A922E is Cyan = 0.71, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB4214646-
CMYK0.7100.680.43
HSL122.31º55.32%36.86%-
HSV(B)122.31º71.23%57.25%-
XYZ11.7321.256.07-
YUV103.595.5484.13-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.95%
GREEN value IS 146 (57.42% from 255) = 62.39%
BLUE value IS 46 (18.36% from 255) = 19.66%
R=17.95%
G=62.39%
B=19.66%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal42146460.7100.680.43122.3155.3236.86
Hex2A922E470442B7a3725
Octal52222561070104531726745
Binary101010100100101011101000111010001001010111111010110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A922E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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