#2A922A

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

Shades of Forest Green #2A922A

Tints of Forest Green #2A922A

Color information

#2A922A (or 0x2A922A) is unknown color: approx Forest Green. HEX triplet: 2A, 92 and 2A. RGB value is (42,146,42). Sum of RGB (Red+Green+Blue) = 42+146+42=230 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.26% from 230); Green value is 146 (57.42% from 255 or 63.48% from 230); Blue value is 42 (16.80% from 255 or 18.26% from 230); Max value from RGB is 146 - color contains mainly: green. Hex color #2A922A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A922A is #D56DD5. Grayscale: #676767. Windows color (decimal): -13987286 or 2789930. OLE color: 2789930.

HSL color Cylindrical-coordinate representation of color #2A922A: hue angle of 120º 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 #2A922A is Cyan = 0.71, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.43.

Color convert

RGB4214642-
CMYK0.7100.710.43
HSL120º55.32%36.86%-
HSV(B)120º71.23%57.25%-
XYZ11.6521.225.67-
YUV103.0593.5484.46-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.26%
GREEN value IS 146 (57.42% from 255) = 63.48%
BLUE value IS 42 (16.80% from 255) = 18.26%
R=18.26%
G=63.48%
B=18.26%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal42146420.7100.710.4312055.3236.86
Hex2A922A470472B783725
Octal52222521070107531706745
Binary101010100100101010101000111010001111010111111000110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A922A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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