#319D20

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

Shades of Forest Green #319D20

Tints of Forest Green #319D20

Color information

#319D20 (or 0x319D20) is unknown color: approx Forest Green. HEX triplet: 31, 9D and 20. RGB value is (49,157,32). Sum of RGB (Red+Green+Blue) = 49+157+32=238 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.59% from 238); Green value is 157 (61.72% from 255 or 65.97% from 238); Blue value is 32 (12.89% from 255 or 13.45% from 238); Max value from RGB is 157 - color contains mainly: green. Hex color #319D20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319D20 is #CE62DF. Grayscale: #6E6E6E. Windows color (decimal): -13525728 or 2137393. OLE color: 2137393.

HSL color Cylindrical-coordinate representation of color #319D20: hue angle of 111.84º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #319D20 is Cyan = 0.69, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB4915732-
CMYK0.6900.800.38
HSL111.84º66.14%37.06%-
HSV(B)111.84º79.62%61.57%-
XYZ13.5824.875.45-
YUV110.4683.7284.16-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.59%
GREEN value IS 157 (61.72% from 255) = 65.97%
BLUE value IS 32 (12.89% from 255) = 13.45%
R=20.59%
G=65.97%
B=13.45%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal49157320.6900.800.38111.8466.1437.06
Hex319D204505026704225
Octal612354010501204616010245
Binary1100011001110110000010001010101000010011011100001000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319D20; }

 p { color: rgb(49,157,32); }

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

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

 a { background-color: rgb(49,157,32); }

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

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

 span { border-color: rgb(49,157,32); }

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