#31982E

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

Shades of Forest Green #31982E

Tints of Forest Green #31982E

Color information

#31982E (or 0x31982E) is unknown color: approx Forest Green. HEX triplet: 31, 98 and 2E. RGB value is (49,152,46). Sum of RGB (Red+Green+Blue) = 49+152+46=247 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.84% from 247); Green value is 152 (59.77% from 255 or 61.54% from 247); Blue value is 46 (18.36% from 255 or 18.62% from 247); Max value from RGB is 152 - color contains mainly: green. Hex color #31982E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31982E is #CE67D1. Grayscale: #6D6D6D. Windows color (decimal): -13526994 or 3053617. OLE color: 3053617.

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

Color convert

RGB4915246-
CMYK0.6800.700.40
HSL118.3º53.54%38.82%-
HSV(B)118.3º69.74%59.61%-
XYZ12.9923.316.4-
YUV109.1292.3885.12-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.84%
GREEN value IS 152 (59.77% from 255) = 61.54%
BLUE value IS 46 (18.36% from 255) = 18.62%
R=19.84%
G=61.54%
B=18.62%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal49152460.6800.700.40118.353.5438.82
Hex31982E4404628763627
Octal61230561040106501666647
Binary110001100110001011101000100010001101010001110110110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31982E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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