#139270

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

Shades of Elf Green #139270

Tints of Elf Green #139270

Color information

#139270 (or 0x139270) is unknown color: approx Elf Green. HEX triplet: 13, 92 and 70. RGB value is (19,146,112). Sum of RGB (Red+Green+Blue) = 19+146+112=277 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.86% from 277); Green value is 146 (57.42% from 255 or 52.71% from 277); Blue value is 112 (44.14% from 255 or 40.43% from 277); Max value from RGB is 146 - color contains mainly: green. Hex color #139270 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139270 is #EC6D8F. Grayscale: #686868. Windows color (decimal): -15494544 or 7377427. OLE color: 7377427.

HSL color Cylindrical-coordinate representation of color #139270: hue angle of 163.94º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139270 is Cyan = 0.87, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB19146112-
CMYK0.8700.230.43
HSL163.94º76.97%32.35%-
HSV(B)163.94º86.99%57.25%-
XYZ13.4721.8718.84-
YUV104.15132.4267.26-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.86%
GREEN value IS 146 (57.42% from 255) = 52.71%
BLUE value IS 112 (44.14% from 255) = 40.43%
R=6.86%
G=52.71%
B=40.43%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal191461120.8700.230.43163.9476.9732.35
Hex139270570172Ba44d20
Octal232221601270275324411540
Binary100111001001011100001010111010111101011101001001001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139270; }

 p { color: rgb(19,146,112); }

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

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

 a { background-color: rgb(19,146,112); }

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

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

 span { border-color: rgb(19,146,112); }

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