#2A9225

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

Shades of Forest Green #2A9225

Tints of Forest Green #2A9225

Color information

#2A9225 (or 0x2A9225) is unknown color: approx Forest Green. HEX triplet: 2A, 92 and 25. RGB value is (42,146,37). Sum of RGB (Red+Green+Blue) = 42+146+37=225 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.67% from 225); Green value is 146 (57.42% from 255 or 64.89% from 225); Blue value is 37 (14.84% from 255 or 16.44% from 225); Max value from RGB is 146 - color contains mainly: green. Hex color #2A9225 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9225 is #D56DDA. Grayscale: #666666. Windows color (decimal): -13987291 or 2462250. OLE color: 2462250.

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

Color convert

RGB4214637-
CMYK0.7100.750.43
HSL117.25º59.56%35.88%-
HSV(B)117.25º74.66%57.25%-
XYZ11.5721.185.23-
YUV102.4891.0484.86-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.67%
GREEN value IS 146 (57.42% from 255) = 64.89%
BLUE value IS 37 (14.84% from 255) = 16.44%
R=18.67%
G=64.89%
B=16.44%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal42146370.7100.750.43117.2559.5635.88
Hex2A92254704B2B753c24
Octal52222451070113531657444
Binary101010100100101001011000111010010111010111110101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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