#319424

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

Shades of Forest Green #319424

Tints of Forest Green #319424

Color information

#319424 (or 0x319424) is unknown color: approx Forest Green. HEX triplet: 31, 94 and 24. RGB value is (49,148,36). Sum of RGB (Red+Green+Blue) = 49+148+36=233 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.03% from 233); Green value is 148 (58.20% from 255 or 63.52% from 233); Blue value is 36 (14.45% from 255 or 15.45% from 233); Max value from RGB is 148 - color contains mainly: green. Hex color #319424 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319424 is #CE6BDB. Grayscale: #696969. Windows color (decimal): -13528028 or 2397233. OLE color: 2397233.

HSL color Cylindrical-coordinate representation of color #319424: hue angle of 113.04º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #319424 is Cyan = 0.67, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB4914836-
CMYK0.6700.760.42
HSL113.04º60.87%36.08%-
HSV(B)113.04º75.68%58.04%-
XYZ12.1721.965.27-
YUV105.6388.787.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.03%
GREEN value IS 148 (58.20% from 255) = 63.52%
BLUE value IS 36 (14.45% from 255) = 15.45%
R=21.03%
G=63.52%
B=15.45%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal49148360.6700.760.42113.0460.8736.08
Hex3194244304C2A713d24
Octal61224441030114521617544
Binary110001100101001001001000011010011001010101110001111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319424; }

 p { color: rgb(49,148,36); }

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

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

 a { background-color: rgb(49,148,36); }

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

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

 span { border-color: rgb(49,148,36); }

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