#31942F

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

Shades of Forest Green #31942F

Tints of Forest Green #31942F

Color information

#31942F (or 0x31942F) is unknown color: approx Forest Green. HEX triplet: 31, 94 and 2F. RGB value is (49,148,47). Sum of RGB (Red+Green+Blue) = 49+148+47=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 148 (58.20% from 255 or 60.66% from 244); Blue value is 47 (18.75% from 255 or 19.26% from 244); Max value from RGB is 148 - color contains mainly: green. Hex color #31942F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31942F is #CE6BD0. Grayscale: #6B6B6B. Windows color (decimal): -13528017 or 3118129. OLE color: 3118129.

HSL color Cylindrical-coordinate representation of color #31942F: hue angle of 118.81º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31942F is Cyan = 0.67, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB4914847-
CMYK0.6700.680.42
HSL118.81º51.79%38.24%-
HSV(B)118.81º68.24%58.04%-
XYZ12.3722.046.29-
YUV106.8894.286.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.08%
GREEN value IS 148 (58.20% from 255) = 60.66%
BLUE value IS 47 (18.75% from 255) = 19.26%
R=20.08%
G=60.66%
B=19.26%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal49148470.6700.680.42118.8151.7938.24
Hex31942F430442A773426
Octal61224571030104521676446
Binary110001100101001011111000011010001001010101110111110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31942F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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