#319A35

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

Shades of Forest Green #319A35

Tints of Forest Green #319A35

Color information

#319A35 (or 0x319A35) is unknown color: approx Forest Green. HEX triplet: 31, 9A and 35. RGB value is (49,154,53). Sum of RGB (Red+Green+Blue) = 49+154+53=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 154 (60.55% from 255 or 60.16% from 256); Blue value is 53 (21.09% from 255 or 20.70% from 256); Max value from RGB is 154 - color contains mainly: green. Hex color #319A35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319A35 is #CE65CA. Grayscale: #6F6F6F. Windows color (decimal): -13526475 or 3512881. OLE color: 3512881.

HSL color Cylindrical-coordinate representation of color #319A35: hue angle of 122.29º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319A35 is Cyan = 0.68, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.40.

Color convert

RGB4915453-
CMYK0.6800.660.40
HSL122.29º51.72%39.8%-
HSV(B)122.29º68.18%60.39%-
XYZ13.4624.027.3-
YUV111.0995.2183.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.14%
GREEN value IS 154 (60.55% from 255) = 60.16%
BLUE value IS 53 (21.09% from 255) = 20.70%
R=19.14%
G=60.16%
B=20.70%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal49154530.6800.660.40122.2951.7239.8
Hex319A3544042287a3428
Octal61232651040102501726450
Binary110001100110101101011000100010000101010001111010110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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