#319A2F

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

Shades of Forest Green #319A2F

Tints of Forest Green #319A2F

Color information

#319A2F (or 0x319A2F) is unknown color: approx Forest Green. HEX triplet: 31, 9A and 2F. RGB value is (49,154,47). Sum of RGB (Red+Green+Blue) = 49+154+47=250 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.6% from 250); Green value is 154 (60.55% from 255 or 61.6% from 250); Blue value is 47 (18.75% from 255 or 18.8% from 250); Max value from RGB is 154 - color contains mainly: green. Hex color #319A2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319A2F is #CE65D0. Grayscale: #6E6E6E. Windows color (decimal): -13526481 or 3119665. OLE color: 3119665.

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

Color convert

RGB4915447-
CMYK0.6800.690.40
HSL118.88º53.23%39.41%-
HSV(B)118.88º69.48%60.39%-
XYZ13.3423.976.61-
YUV110.4192.2184.2-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.6%
GREEN value IS 154 (60.55% from 255) = 61.6%
BLUE value IS 47 (18.75% from 255) = 18.8%
R=19.6%
G=61.6%
B=18.8%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal49154470.6800.690.40118.8853.2339.41
Hex319A2F4404528773527
Octal61232571040105501676547
Binary110001100110101011111000100010001011010001110111110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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