#138D79

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

Shades of Elf Green #138D79

Tints of Elf Green #138D79

Color information

#138D79 (or 0x138D79) is unknown color: approx Elf Green. HEX triplet: 13, 8D and 79. RGB value is (19,141,121). Sum of RGB (Red+Green+Blue) = 19+141+121=281 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.76% from 281); Green value is 141 (55.47% from 255 or 50.18% from 281); Blue value is 121 (47.66% from 255 or 43.06% from 281); Max value from RGB is 141 - color contains mainly: green. Hex color #138D79 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138D79 is #EC7286. Grayscale: #666666. Windows color (decimal): -15495815 or 7965971. OLE color: 7965971.

HSL color Cylindrical-coordinate representation of color #138D79: hue angle of 170.16º 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 #138D79 is Cyan = 0.87, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB19141121-
CMYK0.8700.140.45
HSL170.16º76.25%31.37%-
HSV(B)170.16º86.52%55.29%-
XYZ13.2420.5721.36-
YUV102.24138.5868.63-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.76%
GREEN value IS 141 (55.47% from 255) = 50.18%
BLUE value IS 121 (47.66% from 255) = 43.06%
R=6.76%
G=50.18%
B=43.06%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal191411210.8700.140.45170.1676.2531.37
Hex138D79570E2Daa4c1f
Octal232151711270165525211437
Binary1001110001101111100110101110111010110110101010100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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