#138512

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

Shades of Forest Green #138512

Tints of Forest Green #138512

Color information

#138512 (or 0x138512) is unknown color: approx Forest Green. HEX triplet: 13, 85 and 12. RGB value is (19,133,18). Sum of RGB (Red+Green+Blue) = 19+133+18=170 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.18% from 170); Green value is 133 (52.34% from 255 or 78.24% from 170); Blue value is 18 (7.42% from 255 or 10.59% from 170); Max value from RGB is 133 - color contains mainly: green. Hex color #138512 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138512 is #EC7AED. Grayscale: #565656. Windows color (decimal): -15497966 or 1213715. OLE color: 1213715.

HSL color Cylindrical-coordinate representation of color #138512: hue angle of 119.48º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138512 is Cyan = 0.86, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB1913318-
CMYK0.8600.860.48
HSL119.48º76.16%29.61%-
HSV(B)119.48º86.47%52.16%-
XYZ8.7716.963.38-
YUV85.889.7380.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.18%
GREEN value IS 133 (52.34% from 255) = 78.24%
BLUE value IS 18 (7.42% from 255) = 10.59%
R=11.18%
G=78.24%
B=10.59%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal19133180.8600.860.48119.4876.1629.61
Hex1385125605630774c1e
Octal232052212601266016711436
Binary1001110000101100101010110010101101100001110111100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138512; }

 p { color: rgb(19,133,18); }

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

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

 a { background-color: rgb(19,133,18); }

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

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

 span { border-color: rgb(19,133,18); }

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