#31993C

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

Shades of Forest Green #31993C

Tints of Forest Green #31993C

Color information

#31993C (or 0x31993C) is unknown color: approx Forest Green. HEX triplet: 31, 99 and 3C. RGB value is (49,153,60). Sum of RGB (Red+Green+Blue) = 49+153+60=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 153 (60.16% from 255 or 58.40% from 262); Blue value is 60 (23.83% from 255 or 22.90% from 262); Max value from RGB is 153 - color contains mainly: green. Hex color #31993C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31993C is #CE66C3. Grayscale: #6F6F6F. Windows color (decimal): -13526724 or 3971377. OLE color: 3971377.

HSL color Cylindrical-coordinate representation of color #31993C: hue angle of 126.35º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31993C is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB4915360-
CMYK0.6800.610.4
HSL126.35º51.49%39.61%-
HSV(B)126.35º67.97%60%-
XYZ13.4723.768.15-
YUV111.399.0483.56-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.70%
GREEN value IS 153 (60.16% from 255) = 58.40%
BLUE value IS 60 (23.83% from 255) = 22.90%
R=18.70%
G=58.40%
B=22.90%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal49153600.6800.610.4126.3551.4939.61
Hex31993C4403D287e3328
Octal6123174104075501766350
Binary11000110011001111100100010001111011010001111110110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31993C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31993C; }

 p { color: rgb(49,153,60); }

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

<style>
 a { background-color: #31993C; }

 a { background-color: rgb(49,153,60); }

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

<style>
 span { border-color: #31993C; }

 span { border-color: rgb(49,153,60); }

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