#128715

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

Shades of Forest Green #128715

Tints of Forest Green #128715

Color information

#128715 (or 0x128715) is unknown color: approx Forest Green. HEX triplet: 12, 87 and 15. RGB value is (18,135,21). Sum of RGB (Red+Green+Blue) = 18+135+21=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 135 (53.12% from 255 or 77.59% from 174); Blue value is 21 (8.59% from 255 or 12.07% from 174); Max value from RGB is 135 - color contains mainly: green. Hex color #128715 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128715 is #ED78EA. Grayscale: #575757. Windows color (decimal): -15562987 or 1410834. OLE color: 1410834.

HSL color Cylindrical-coordinate representation of color #128715: hue angle of 121.54º degrees, saturation: 0.76, 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 #128715 is Cyan = 0.87, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB1813521-
CMYK0.8700.840.47
HSL121.54º76.47%30%-
HSV(B)121.54º86.67%52.94%-
XYZ9.0517.513.61-
YUV87.0290.7478.77-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.34%
GREEN value IS 135 (53.12% from 255) = 77.59%
BLUE value IS 21 (8.59% from 255) = 12.07%
R=10.34%
G=77.59%
B=12.07%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal18135210.8700.840.47121.5476.4730
Hex128715570542F7a4c1e
Octal222072512701245717211436
Binary1001010000111101011010111010101001011111111010100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128715; }

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

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

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

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

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

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

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

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