#319428

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

Shades of Forest Green #319428

Tints of Forest Green #319428

Color information

#319428 (or 0x319428) is unknown color: approx Forest Green. HEX triplet: 31, 94 and 28. RGB value is (49,148,40). Sum of RGB (Red+Green+Blue) = 49+148+40=237 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.68% from 237); Green value is 148 (58.20% from 255 or 62.45% from 237); Blue value is 40 (16.02% from 255 or 16.88% from 237); Max value from RGB is 148 - color contains mainly: green. Hex color #319428 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319428 is #CE6BD7. Grayscale: #6A6A6A. Windows color (decimal): -13528024 or 2659377. OLE color: 2659377.

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

Color convert

RGB4914840-
CMYK0.6700.730.42
HSL115º57.45%36.86%-
HSV(B)115º72.97%58.04%-
XYZ12.2421.995.61-
YUV106.0990.787.28-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.68%
GREEN value IS 148 (58.20% from 255) = 62.45%
BLUE value IS 40 (16.02% from 255) = 16.88%
R=20.68%
G=62.45%
B=16.88%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal49148400.6700.730.4211557.4536.86
Hex319428430492A733925
Octal61224501030111521637145
Binary110001100101001010001000011010010011010101110011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319428; }

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

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

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

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

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

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

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

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