#31882E

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

Shades of Forest Green #31882E

Tints of Forest Green #31882E

Color information

#31882E (or 0x31882E) is unknown color: approx Forest Green. HEX triplet: 31, 88 and 2E. RGB value is (49,136,46). Sum of RGB (Red+Green+Blue) = 49+136+46=231 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.21% from 231); Green value is 136 (53.52% from 255 or 58.87% from 231); Blue value is 46 (18.36% from 255 or 19.91% from 231); Max value from RGB is 136 - color contains mainly: green. Hex color #31882E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31882E is #CE77D1. Grayscale: #646464. Windows color (decimal): -13531090 or 3049521. OLE color: 3049521.

HSL color Cylindrical-coordinate representation of color #31882E: hue angle of 118º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31882E is Cyan = 0.64, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB4913646-
CMYK0.6400.660.47
HSL118º49.45%35.69%-
HSV(B)118º66.18%53.33%-
XYZ10.5618.465.59-
YUV99.7397.6891.82-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.21%
GREEN value IS 136 (53.52% from 255) = 58.87%
BLUE value IS 46 (18.36% from 255) = 19.91%
R=21.21%
G=58.87%
B=19.91%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal49136460.6400.660.4711849.4535.69
Hex31882E400422F763124
Octal61210561000102571666144
Binary110001100010001011101000000010000101011111110110110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31882E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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