#128817

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

Shades of Forest Green #128817

Tints of Forest Green #128817

Color information

#128817 (or 0x128817) is unknown color: approx Forest Green. HEX triplet: 12, 88 and 17. RGB value is (18,136,23). Sum of RGB (Red+Green+Blue) = 18+136+23=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 136 (53.52% from 255 or 76.84% from 177); Blue value is 23 (9.38% from 255 or 12.99% from 177); Max value from RGB is 136 - color contains mainly: green. Hex color #128817 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128817 is #ED77E8. Grayscale: #585858. Windows color (decimal): -15562729 or 1542162. OLE color: 1542162.

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

Color convert

RGB1813623-
CMYK0.8700.830.47
HSL122.54º76.62%30.2%-
HSV(B)122.54º86.76%53.33%-
XYZ9.2117.83.76-
YUV87.8491.4178.19-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.17%
GREEN value IS 136 (53.52% from 255) = 76.84%
BLUE value IS 23 (9.38% from 255) = 12.99%
R=10.17%
G=76.84%
B=12.99%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal18136230.8700.830.47122.5476.6230.2
Hex128817570532F7b4d1e
Octal222102712701235717311536
Binary1001010001000101111010111010100111011111111011100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128817; }

 p { color: rgb(18,136,23); }

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

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

 a { background-color: rgb(18,136,23); }

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

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

 span { border-color: rgb(18,136,23); }

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