#138710

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

Shades of Forest Green #138710

Tints of Forest Green #138710

Color information

#138710 (or 0x138710) is unknown color: approx Forest Green. HEX triplet: 13, 87 and 10. RGB value is (19,135,16). Sum of RGB (Red+Green+Blue) = 19+135+16=170 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.18% from 170); Green value is 135 (53.12% from 255 or 79.41% from 170); Blue value is 16 (6.64% from 255 or 9.41% from 170); Max value from RGB is 135 - color contains mainly: green. Hex color #138710 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138710 is #EC78EF. Grayscale: #575757. Windows color (decimal): -15497456 or 1083155. OLE color: 1083155.

HSL color Cylindrical-coordinate representation of color #138710: hue angle of 118.49º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #138710 is Cyan = 0.86, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB1913516-
CMYK0.8600.880.47
HSL118.49º78.81%29.61%-
HSV(B)118.49º88.15%52.94%-
XYZ9.0317.53.39-
YUV86.7588.0779.68-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.18%
GREEN value IS 135 (53.12% from 255) = 79.41%
BLUE value IS 16 (6.64% from 255) = 9.41%
R=11.18%
G=79.41%
B=9.41%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal19135160.8600.880.47118.4978.8129.61
Hex138710560582F764f1e
Octal232072012601305716611736
Binary1001110000111100001010110010110001011111110110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138710; }

 p { color: rgb(19,135,16); }

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

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

 a { background-color: rgb(19,135,16); }

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

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

 span { border-color: rgb(19,135,16); }

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