#31AA2A

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

Shades of Forest Green #31AA2A

Tints of Forest Green #31AA2A

Color information

#31AA2A (or 0x31AA2A) is unknown color: approx Forest Green. HEX triplet: 31, AA and 2A. RGB value is (49,170,42). Sum of RGB (Red+Green+Blue) = 49+170+42=261 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.77% from 261); Green value is 170 (66.80% from 255 or 65.13% from 261); Blue value is 42 (16.80% from 255 or 16.09% from 261); Max value from RGB is 170 - color contains mainly: green. Hex color #31AA2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31AA2A is #CE55D5. Grayscale: #777777. Windows color (decimal): -13522390 or 2796081. OLE color: 2796081.

HSL color Cylindrical-coordinate representation of color #31AA2A: hue angle of 116.72º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31AA2A is Cyan = 0.71, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB4917042-
CMYK0.7100.750.33
HSL116.72º60.38%41.57%-
HSV(B)116.72º75.29%66.67%-
XYZ16.0629.577.05-
YUV119.2384.4177.91-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.77%
GREEN value IS 170 (66.80% from 255) = 65.13%
BLUE value IS 42 (16.80% from 255) = 16.09%
R=18.77%
G=65.13%
B=16.09%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal49170420.7100.750.33116.7260.3841.57
Hex31AA2A4704B21753c2a
Octal61252521070113411657452
Binary110001101010101010101000111010010111000011110101111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31AA2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31AA2A; }

 p { color: rgb(49,170,42); }

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

<style>
 a { background-color: #31AA2A; }

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

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

<style>
 span { border-color: #31AA2A; }

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

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