#138912

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

Shades of Forest Green #138912

Tints of Forest Green #138912

Color information

#138912 (or 0x138912) is unknown color: approx Forest Green. HEX triplet: 13, 89 and 12. RGB value is (19,137,18). Sum of RGB (Red+Green+Blue) = 19+137+18=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 137 (53.91% from 255 or 78.74% from 174); Blue value is 18 (7.42% from 255 or 10.34% from 174); Max value from RGB is 137 - color contains mainly: green. Hex color #138912 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138912 is #EC76ED. Grayscale: #585858. Windows color (decimal): -15496942 or 1214739. OLE color: 1214739.

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

Color convert

RGB1913718-
CMYK0.8600.870.46
HSL119.5º76.77%30.39%-
HSV(B)119.5º86.86%53.73%-
XYZ9.3218.073.57-
YUV88.1588.4178.68-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.92%
GREEN value IS 137 (53.91% from 255) = 78.74%
BLUE value IS 18 (7.42% from 255) = 10.34%
R=10.92%
G=78.74%
B=10.34%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal19137180.8600.870.46119.576.7730.39
Hex138912560572E774d1e
Octal232112212601275616711536
Binary1001110001001100101010110010101111011101110111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138912; }

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

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

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

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

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

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

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

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