#138C0F

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

Shades of Forest Green #138C0F

Tints of Forest Green #138C0F

Color information

#138C0F (or 0x138C0F) is unknown color: approx Forest Green. HEX triplet: 13, 8C and 0F. RGB value is (19,140,15). Sum of RGB (Red+Green+Blue) = 19+140+15=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 140 (55.08% from 255 or 80.46% from 174); Blue value is 15 (6.25% from 255 or 8.62% from 174); Max value from RGB is 140 - color contains mainly: green. Hex color #138C0F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138C0F is #EC73F0. Grayscale: #595959. Windows color (decimal): -15496177 or 1018899. OLE color: 1018899.

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

Color convert

RGB1914015-
CMYK0.8600.890.45
HSL118.08º80.65%30.39%-
HSV(B)118.08º89.29%54.9%-
XYZ9.7318.933.59-
YUV89.5785.9177.66-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.92%
GREEN value IS 140 (55.08% from 255) = 80.46%
BLUE value IS 15 (6.25% from 255) = 8.62%
R=10.92%
G=80.46%
B=8.62%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal19140150.8600.890.45118.0880.6530.39
Hex138CF560592D76511e
Octal232141712601315516612136
Binary100111000110011111010110010110011011011110110101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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