#128915

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

Shades of Forest Green #128915

Tints of Forest Green #128915

Color information

#128915 (or 0x128915) is unknown color: approx Forest Green. HEX triplet: 12, 89 and 15. RGB value is (18,137,21). Sum of RGB (Red+Green+Blue) = 18+137+21=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 137 (53.91% from 255 or 77.84% from 176); Blue value is 21 (8.59% from 255 or 11.93% from 176); Max value from RGB is 137 - color contains mainly: green. Hex color #128915 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128915 is #ED76EA. Grayscale: #585858. Windows color (decimal): -15562475 or 1411346. OLE color: 1411346.

HSL color Cylindrical-coordinate representation of color #128915: hue angle of 121.51º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128915 is Cyan = 0.87, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB1813721-
CMYK0.8700.850.46
HSL121.51º76.77%30.39%-
HSV(B)121.51º86.86%53.73%-
XYZ9.3318.073.71-
YUV88.290.0877.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.23%
GREEN value IS 137 (53.91% from 255) = 77.84%
BLUE value IS 21 (8.59% from 255) = 11.93%
R=10.23%
G=77.84%
B=11.93%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal18137210.8700.850.46121.5176.7730.39
Hex128915570552E7a4d1e
Octal222112512701255617211536
Binary1001010001001101011010111010101011011101111010100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128915; }

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

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

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

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

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

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

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

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