#319712

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

Shades of Forest Green #319712

Tints of Forest Green #319712

Color information

#319712 (or 0x319712) is unknown color: approx Forest Green. HEX triplet: 31, 97 and 12. RGB value is (49,151,18). Sum of RGB (Red+Green+Blue) = 49+151+18=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 151 (59.38% from 255 or 69.27% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 151 - color contains mainly: green. Hex color #319712 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #319712 is #CE68ED. Grayscale: #696969. Windows color (decimal): -13527278 or 1218353. OLE color: 1218353.

HSL color Cylindrical-coordinate representation of color #319712: hue angle of 106.02º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #319712 is Cyan = 0.68, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB4915118-
CMYK0.6800.880.41
HSL106.02º78.7%33.14%-
HSV(B)106.02º88.08%59.22%-
XYZ12.4422.834.32-
YUV105.3478.7187.81-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.48%
GREEN value IS 151 (59.38% from 255) = 69.27%
BLUE value IS 18 (7.42% from 255) = 8.26%
R=22.48%
G=69.27%
B=8.26%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal49151180.6800.880.41106.0278.733.14
Hex31971244058296a4f21
Octal612272210401305115211741
Binary110001100101111001010001000101100010100111010101001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319712; }

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

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

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

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

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

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

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

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