#138972

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

Shades of Elf Green #138972

Tints of Elf Green #138972

Color information

#138972 (or 0x138972) is unknown color: approx Elf Green. HEX triplet: 13, 89 and 72. RGB value is (19,137,114). Sum of RGB (Red+Green+Blue) = 19+137+114=270 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.04% from 270); Green value is 137 (53.91% from 255 or 50.74% from 270); Blue value is 114 (44.92% from 255 or 42.22% from 270); Max value from RGB is 137 - color contains mainly: green. Hex color #138972 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138972 is #EC768D. Grayscale: #636363. Windows color (decimal): -15496846 or 7506195. OLE color: 7506195.

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

Color convert

RGB19137114-
CMYK0.8600.170.46
HSL168.31º75.64%30.59%-
HSV(B)168.31º86.13%53.73%-
XYZ12.2519.2418.99-
YUV99.1136.4170.87-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.04%
GREEN value IS 137 (53.91% from 255) = 50.74%
BLUE value IS 114 (44.92% from 255) = 42.22%
R=7.04%
G=50.74%
B=42.22%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal191371140.8600.170.46168.3175.6430.59
Hex138972560112Ea84c1f
Octal232111621260215625011437
Binary10011100010011110010101011001000110111010101000100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138972; }

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

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

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

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

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

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

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

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