#318C24

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

Shades of Forest Green #318C24

Tints of Forest Green #318C24

Color information

#318C24 (or 0x318C24) is unknown color: approx Forest Green. HEX triplet: 31, 8C and 24. RGB value is (49,140,36). Sum of RGB (Red+Green+Blue) = 49+140+36=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 140 (55.08% from 255 or 62.22% from 225); Blue value is 36 (14.45% from 255 or 16% from 225); Max value from RGB is 140 - color contains mainly: green. Hex color #318C24 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318C24 is #CE73DB. Grayscale: #656565. Windows color (decimal): -13530076 or 2395185. OLE color: 2395185.

HSL color Cylindrical-coordinate representation of color #318C24: hue angle of 112.5º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #318C24 is Cyan = 0.65, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.45.

Color convert

RGB4914036-
CMYK0.6500.740.45
HSL112.5º59.09%34.51%-
HSV(B)112.5º74.29%54.9%-
XYZ10.9619.544.86-
YUV100.9391.3590.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.78%
GREEN value IS 140 (55.08% from 255) = 62.22%
BLUE value IS 36 (14.45% from 255) = 16%
R=21.78%
G=62.22%
B=16%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal49140360.6500.740.45112.559.0934.51
Hex318C244104A2D703b23
Octal61214441010112551607343
Binary110001100011001001001000001010010101011011110000111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318C24; }

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

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

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

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

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

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

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

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