#31A52A

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

Shades of Forest Green #31A52A

Tints of Forest Green #31A52A

Color information

#31A52A (or 0x31A52A) is unknown color: approx Forest Green. HEX triplet: 31, A5 and 2A. RGB value is (49,165,42). Sum of RGB (Red+Green+Blue) = 49+165+42=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 165 (64.84% from 255 or 64.45% from 256); Blue value is 42 (16.80% from 255 or 16.41% from 256); Max value from RGB is 165 - color contains mainly: green. Hex color #31A52A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A52A is #CE5AD5. Grayscale: #747474. Windows color (decimal): -13523670 or 2794801. OLE color: 2794801.

HSL color Cylindrical-coordinate representation of color #31A52A: hue angle of 116.59º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31A52A is Cyan = 0.70, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB4916542-
CMYK0.7000.750.35
HSL116.59º59.42%40.59%-
HSV(B)116.59º74.55%64.71%-
XYZ15.1427.736.75-
YUV116.2986.0780-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.14%
GREEN value IS 165 (64.84% from 255) = 64.45%
BLUE value IS 42 (16.80% from 255) = 16.41%
R=19.14%
G=64.45%
B=16.41%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal49165420.7000.750.35116.5959.4240.59
Hex31A52A4604B23753b29
Octal61245521060113431657351
Binary110001101001011010101000110010010111000111110101111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A52A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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