#318D21

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

Shades of Forest Green #318D21

Tints of Forest Green #318D21

Color information

#318D21 (or 0x318D21) is unknown color: approx Forest Green. HEX triplet: 31, 8D and 21. RGB value is (49,141,33). Sum of RGB (Red+Green+Blue) = 49+141+33=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 141 (55.47% from 255 or 63.23% from 223); Blue value is 33 (13.28% from 255 or 14.80% from 223); Max value from RGB is 141 - color contains mainly: green. Hex color #318D21 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318D21 is #CE72DE. Grayscale: #656565. Windows color (decimal): -13529823 or 2198833. OLE color: 2198833.

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

Color convert

RGB4914133-
CMYK0.6500.770.45
HSL111.11º62.07%34.12%-
HSV(B)111.11º76.6%55.29%-
XYZ11.0719.814.68-
YUV101.1889.5290.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.97%
GREEN value IS 141 (55.47% from 255) = 63.23%
BLUE value IS 33 (13.28% from 255) = 14.80%
R=21.97%
G=63.23%
B=14.80%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal49141330.6500.770.45111.1162.0734.12
Hex318D214104D2D6f3e22
Octal61215411010115551577642
Binary110001100011011000011000001010011011011011101111111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,141,33); }

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

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

 a { background-color: rgb(49,141,33); }

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

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

 span { border-color: rgb(49,141,33); }

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