#31892D

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

Shades of Forest Green #31892D

Tints of Forest Green #31892D

Color information

#31892D (or 0x31892D) is unknown color: approx Forest Green. HEX triplet: 31, 89 and 2D. RGB value is (49,137,45). Sum of RGB (Red+Green+Blue) = 49+137+45=231 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.21% from 231); Green value is 137 (53.91% from 255 or 59.31% from 231); Blue value is 45 (17.97% from 255 or 19.48% from 231); Max value from RGB is 137 - color contains mainly: green. Hex color #31892D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31892D is #CE76D2. Grayscale: #646464. Windows color (decimal): -13530835 or 2984241. OLE color: 2984241.

HSL color Cylindrical-coordinate representation of color #31892D: hue angle of 117.39º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #31892D is Cyan = 0.64, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.46.

Color convert

RGB4913745-
CMYK0.6400.670.46
HSL117.39º50.55%35.69%-
HSV(B)117.39º67.15%53.73%-
XYZ10.6918.735.54-
YUV100.296.8591.48-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.21%
GREEN value IS 137 (53.91% from 255) = 59.31%
BLUE value IS 45 (17.97% from 255) = 19.48%
R=21.21%
G=59.31%
B=19.48%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal49137450.6400.670.46117.3950.5535.69
Hex31892D400432E753324
Octal61211551000103561656344
Binary110001100010011011011000000010000111011101110101110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31892D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31892D; }

 p { color: rgb(49,137,45); }

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

<style>
 a { background-color: #31892D; }

 a { background-color: rgb(49,137,45); }

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

<style>
 span { border-color: #31892D; }

 span { border-color: rgb(49,137,45); }

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