#31982F

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

Shades of Forest Green #31982F

Tints of Forest Green #31982F

Color information

#31982F (or 0x31982F) is unknown color: approx Forest Green. HEX triplet: 31, 98 and 2F. RGB value is (49,152,47). Sum of RGB (Red+Green+Blue) = 49+152+47=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 152 (59.77% from 255 or 61.29% from 248); Blue value is 47 (18.75% from 255 or 18.95% from 248); Max value from RGB is 152 - color contains mainly: green. Hex color #31982F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31982F is #CE67D0. Grayscale: #6D6D6D. Windows color (decimal): -13526993 or 3119153. OLE color: 3119153.

HSL color Cylindrical-coordinate representation of color #31982F: hue angle of 118.86º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31982F is Cyan = 0.68, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB4915247-
CMYK0.6800.690.40
HSL118.86º52.76%39.02%-
HSV(B)118.86º69.08%59.61%-
XYZ13.0123.316.5-
YUV109.2392.8885.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.76%
GREEN value IS 152 (59.77% from 255) = 61.29%
BLUE value IS 47 (18.75% from 255) = 18.95%
R=19.76%
G=61.29%
B=18.95%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal49152470.6800.690.40118.8652.7639.02
Hex31982F4404528773527
Octal61230571040105501676547
Binary110001100110001011111000100010001011010001110111110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31982F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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