#319F35

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

Shades of Forest Green #319F35

Tints of Forest Green #319F35

Color information

#319F35 (or 0x319F35) is unknown color: approx Forest Green. HEX triplet: 31, 9F and 35. RGB value is (49,159,53). Sum of RGB (Red+Green+Blue) = 49+159+53=261 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.77% from 261); Green value is 159 (62.5% from 255 or 60.92% from 261); Blue value is 53 (21.09% from 255 or 20.31% from 261); Max value from RGB is 159 - color contains mainly: green. Hex color #319F35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319F35 is #CE60CA. Grayscale: #727272. Windows color (decimal): -13525195 or 3514161. OLE color: 3514161.

HSL color Cylindrical-coordinate representation of color #319F35: hue angle of 122.18º 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 #319F35 is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.

Color convert

RGB4915953-
CMYK0.6900.670.38
HSL122.18º52.88%40.78%-
HSV(B)122.18º69.18%62.35%-
XYZ14.3125.717.58-
YUV114.0393.5681.62-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.77%
GREEN value IS 159 (62.5% from 255) = 60.92%
BLUE value IS 53 (21.09% from 255) = 20.31%
R=18.77%
G=60.92%
B=20.31%

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
Decimal49159530.6900.670.38122.1852.8840.78
Hex319F3545043267a3529
Octal61237651050103461726551
Binary110001100111111101011000101010000111001101111010110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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