#128315

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

Shades of Forest Green #128315

Tints of Forest Green #128315

Color information

#128315 (or 0x128315) is unknown color: approx Forest Green. HEX triplet: 12, 83 and 15. RGB value is (18,131,21). Sum of RGB (Red+Green+Blue) = 18+131+21=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 131 (51.56% from 255 or 77.06% from 170); Blue value is 21 (8.59% from 255 or 12.35% from 170); Max value from RGB is 131 - color contains mainly: green. Hex color #128315 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128315 is #ED7CEA. Grayscale: #555555. Windows color (decimal): -15564011 or 1409810. OLE color: 1409810.

HSL color Cylindrical-coordinate representation of color #128315: hue angle of 121.59º 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 #128315 is Cyan = 0.86, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB1813121-
CMYK0.8600.840.49
HSL121.59º75.84%29.22%-
HSV(B)121.59º86.26%51.37%-
XYZ8.516.423.43-
YUV84.6792.0680.44-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.59%
GREEN value IS 131 (51.56% from 255) = 77.06%
BLUE value IS 21 (8.59% from 255) = 12.35%
R=10.59%
G=77.06%
B=12.35%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18131210.8600.840.49121.5975.8429.22
Hex12831556054317a4c1d
Octal222032512601246117211435
Binary1001010000011101011010110010101001100011111010100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128315; }

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

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

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

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

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

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

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

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