#31962F

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

Shades of Forest Green #31962F

Tints of Forest Green #31962F

Color information

#31962F (or 0x31962F) is unknown color: approx Forest Green. HEX triplet: 31, 96 and 2F. RGB value is (49,150,47). Sum of RGB (Red+Green+Blue) = 49+150+47=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 150 (58.98% from 255 or 60.98% from 246); Blue value is 47 (18.75% from 255 or 19.11% from 246); Max value from RGB is 150 - color contains mainly: green. Hex color #31962F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31962F is #CE69D0. Grayscale: #6C6C6C. Windows color (decimal): -13527505 or 3118641. OLE color: 3118641.

HSL color Cylindrical-coordinate representation of color #31962F: hue angle of 118.83º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31962F is Cyan = 0.67, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB4915047-
CMYK0.6700.690.41
HSL118.83º52.28%38.63%-
HSV(B)118.83º68.67%58.82%-
XYZ12.6922.676.4-
YUV108.0693.5485.88-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.92%
GREEN value IS 150 (58.98% from 255) = 60.98%
BLUE value IS 47 (18.75% from 255) = 19.11%
R=19.92%
G=60.98%
B=19.11%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal49150470.6700.690.41118.8352.2838.63
Hex31962F4304529773427
Octal61226571030105511676447
Binary110001100101101011111000011010001011010011110111110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31962F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31962F; }

 p { color: rgb(49,150,47); }

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

<style>
 a { background-color: #31962F; }

 a { background-color: rgb(49,150,47); }

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

<style>
 span { border-color: #31962F; }

 span { border-color: rgb(49,150,47); }

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