#128318

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

Shades of Forest Green #128318

Tints of Forest Green #128318

Color information

#128318 (or 0x128318) is unknown color: approx Forest Green. HEX triplet: 12, 83 and 18. RGB value is (18,131,24). Sum of RGB (Red+Green+Blue) = 18+131+24=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 131 (51.56% from 255 or 75.72% from 173); Blue value is 24 (9.77% from 255 or 13.87% from 173); Max value from RGB is 131 - color contains mainly: green. Hex color #128318 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128318 is #ED7CE7. Grayscale: #555555. Windows color (decimal): -15564008 or 1606418. OLE color: 1606418.

HSL color Cylindrical-coordinate representation of color #128318: hue angle of 123.19º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128318 is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB1813124-
CMYK0.8600.820.49
HSL123.19º75.84%29.22%-
HSV(B)123.19º86.26%51.37%-
XYZ8.5316.433.59-
YUV85.0293.5680.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.40%
GREEN value IS 131 (51.56% from 255) = 75.72%
BLUE value IS 24 (9.77% from 255) = 13.87%
R=10.40%
G=75.72%
B=13.87%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18131240.8600.820.49123.1975.8429.22
Hex12831856052317b4c1d
Octal222033012601226117311435
Binary1001010000011110001010110010100101100011111011100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128318; }

 p { color: rgb(18,131,24); }

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

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

 a { background-color: rgb(18,131,24); }

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

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

 span { border-color: rgb(18,131,24); }

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