#319F2F

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

Shades of Forest Green #319F2F

Tints of Forest Green #319F2F

Color information

#319F2F (or 0x319F2F) is unknown color: approx Forest Green. HEX triplet: 31, 9F and 2F. RGB value is (49,159,47). Sum of RGB (Red+Green+Blue) = 49+159+47=255 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.22% from 255); Green value is 159 (62.5% from 255 or 62.35% from 255); Blue value is 47 (18.75% from 255 or 18.43% from 255); Max value from RGB is 159 - color contains mainly: green. Hex color #319F2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319F2F is #CE60D0. Grayscale: #717171. Windows color (decimal): -13525201 or 3120945. OLE color: 3120945.

HSL color Cylindrical-coordinate representation of color #319F2F: hue angle of 118.93º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #319F2F is Cyan = 0.69, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB4915947-
CMYK0.6900.700.38
HSL118.93º54.37%40.39%-
HSV(B)118.93º70.44%62.35%-
XYZ14.1825.656.89-
YUV113.3490.5682.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.22%
GREEN value IS 159 (62.5% from 255) = 62.35%
BLUE value IS 47 (18.75% from 255) = 18.43%
R=19.22%
G=62.35%
B=18.43%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal49159470.6900.700.38118.9354.3740.39
Hex319F2F4504626773628
Octal61237571050106461676650
Binary110001100111111011111000101010001101001101110111110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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