#138D14

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

Shades of Forest Green #138D14

Tints of Forest Green #138D14

Color information

#138D14 (or 0x138D14) is unknown color: approx Forest Green. HEX triplet: 13, 8D and 14. RGB value is (19,141,20). Sum of RGB (Red+Green+Blue) = 19+141+20=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 141 (55.47% from 255 or 78.33% from 180); Blue value is 20 (8.20% from 255 or 11.11% from 180); Max value from RGB is 141 - color contains mainly: green. Hex color #138D14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138D14 is #EC72EB. Grayscale: #5B5B5B. Windows color (decimal): -15495916 or 1346835. OLE color: 1346835.

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

Color convert

RGB1914120-
CMYK0.8700.860.45
HSL120.49º76.25%31.37%-
HSV(B)120.49º86.52%55.29%-
XYZ9.9219.243.85-
YUV90.7388.0876.84-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.56%
GREEN value IS 141 (55.47% from 255) = 78.33%
BLUE value IS 20 (8.20% from 255) = 11.11%
R=10.56%
G=78.33%
B=11.11%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal19141200.8700.860.45120.4976.2531.37
Hex138D14570562D784c1f
Octal232152412701265517011437
Binary1001110001101101001010111010101101011011111000100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,141,20); }

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

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

 a { background-color: rgb(19,141,20); }

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

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

 span { border-color: rgb(19,141,20); }

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