#319F34

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

Shades of Forest Green #319F34

Tints of Forest Green #319F34

Color information

#319F34 (or 0x319F34) is unknown color: approx Forest Green. HEX triplet: 31, 9F and 34. RGB value is (49,159,52). Sum of RGB (Red+Green+Blue) = 49+159+52=260 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.85% from 260); Green value is 159 (62.5% from 255 or 61.15% from 260); Blue value is 52 (20.70% from 255 or 20% from 260); Max value from RGB is 159 - color contains mainly: green. Hex color #319F34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319F34 is #CE60CB. Grayscale: #727272. Windows color (decimal): -13525196 or 3448625. OLE color: 3448625.

HSL color Cylindrical-coordinate representation of color #319F34: hue angle of 121.64º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #319F34 is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.

Color convert

RGB4915952-
CMYK0.6900.670.38
HSL121.64º52.88%40.78%-
HSV(B)121.64º69.18%62.35%-
XYZ14.2825.77.46-
YUV113.9193.0681.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.85%
GREEN value IS 159 (62.5% from 255) = 61.15%
BLUE value IS 52 (20.70% from 255) = 20%
R=18.85%
G=61.15%
B=20%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal49159520.6900.670.38121.6452.8840.78
Hex319F3445043267a3529
Octal61237641050103461726551
Binary110001100111111101001000101010000111001101111010110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,159,52); }

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

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

 a { background-color: rgb(49,159,52); }

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

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

 span { border-color: rgb(49,159,52); }

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