#31973a

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

Shades of Forest Green #31973A

Tints of Forest Green #31973A

Color information

#31973A (or 0x31973A) is unknown color: approx Forest Green. HEX triplet: 31, 97 and 3A. RGB value is (49,151,58). Sum of RGB (Red+Green+Blue) = 49+151+58=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 151 (59.38% from 255 or 58.53% from 258); Blue value is 58 (23.05% from 255 or 22.48% from 258); Max value from RGB is 151 - color contains mainly: green. Hex color #31973A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31973A is #CE68C5. Grayscale: #6E6E6E. Windows color (decimal): -13527238 or 3839793. OLE color: 3839793.

HSL color Cylindrical-coordinate representation of color #31973A: hue angle of 125.29º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31973A is Cyan = 0.68, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.41.

Color convert

RGB4915158-
CMYK0.6800.620.41
HSL125.29º51%39.22%-
HSV(B)125.29º67.55%59.22%-
XYZ13.123.097.77-
YUV109.998.7184.56-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.99%
GREEN value IS 151 (59.38% from 255) = 58.53%
BLUE value IS 58 (23.05% from 255) = 22.48%
R=18.99%
G=58.53%
B=22.48%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal49151580.6800.620.41125.295139.22
Hex31973A4403E297d3327
Octal6122772104076511756347
Binary11000110010111111010100010001111101010011111101110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31973a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31973a; }

 p { color: rgb(49,151,58); }

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

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

 a { background-color: rgb(49,151,58); }

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

<style>
 span { border-color: #31973a; }

 span { border-color: rgb(49,151,58); }

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