#128615

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

Shades of Forest Green #128615

Tints of Forest Green #128615

Color information

#128615 (or 0x128615) is unknown color: approx Forest Green. HEX triplet: 12, 86 and 15. RGB value is (18,134,21). Sum of RGB (Red+Green+Blue) = 18+134+21=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 134 (52.73% from 255 or 77.46% from 173); Blue value is 21 (8.59% from 255 or 12.14% from 173); Max value from RGB is 134 - color contains mainly: green. Hex color #128615 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128615 is #ED79EA. Grayscale: #565656. Windows color (decimal): -15563243 or 1410578. OLE color: 1410578.

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

Color convert

RGB1813421-
CMYK0.8700.840.47
HSL121.55º76.32%29.8%-
HSV(B)121.55º86.57%52.55%-
XYZ8.9117.233.57-
YUV86.4391.0779.19-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.40%
GREEN value IS 134 (52.73% from 255) = 77.46%
BLUE value IS 21 (8.59% from 255) = 12.14%
R=10.40%
G=77.46%
B=12.14%

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
Decimal18134210.8700.840.47121.5576.3229.8
Hex128615570542F7a4c1e
Octal222062512701245717211436
Binary1001010000110101011010111010101001011111111010100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128615; }

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

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

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

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

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

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

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

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