#138C15

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

Shades of Forest Green #138C15

Tints of Forest Green #138C15

Color information

#138C15 (or 0x138C15) is unknown color: approx Forest Green. HEX triplet: 13, 8C and 15. RGB value is (19,140,21). Sum of RGB (Red+Green+Blue) = 19+140+21=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 140 (55.08% from 255 or 77.78% from 180); Blue value is 21 (8.59% from 255 or 11.67% from 180); Max value from RGB is 140 - color contains mainly: green. Hex color #138C15 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138C15 is #EC73EA. Grayscale: #5A5A5A. Windows color (decimal): -15496171 or 1412115. OLE color: 1412115.

HSL color Cylindrical-coordinate representation of color #138C15: hue angle of 120.99º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138C15 is Cyan = 0.86, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.45.

Color convert

RGB1914021-
CMYK0.8600.850.45
HSL120.99º76.1%31.18%-
HSV(B)120.99º86.43%54.9%-
XYZ9.7818.953.85-
YUV90.2688.9177.18-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.56%
GREEN value IS 140 (55.08% from 255) = 77.78%
BLUE value IS 21 (8.59% from 255) = 11.67%
R=10.56%
G=77.78%
B=11.67%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal19140210.8600.850.45120.9976.131.18
Hex138C15560552D794c1f
Octal232142512601255517111437
Binary1001110001100101011010110010101011011011111001100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138C15; }

 p { color: rgb(19,140,21); }

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

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

 a { background-color: rgb(19,140,21); }

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

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

 span { border-color: rgb(19,140,21); }

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