#139269

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

Shades of Elf Green #139269

Tints of Elf Green #139269

Color information

#139269 (or 0x139269) is unknown color: approx Elf Green. HEX triplet: 13, 92 and 69. RGB value is (19,146,105). Sum of RGB (Red+Green+Blue) = 19+146+105=270 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.04% from 270); Green value is 146 (57.42% from 255 or 54.07% from 270); Blue value is 105 (41.41% from 255 or 38.89% from 270); Max value from RGB is 146 - color contains mainly: green. Hex color #139269 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139269 is #EC6D96. Grayscale: #676767. Windows color (decimal): -15494551 or 6918675. OLE color: 6918675.

HSL color Cylindrical-coordinate representation of color #139269: hue angle of 160.63º 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 #139269 is Cyan = 0.87, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB19146105-
CMYK0.8700.280.43
HSL160.63º76.97%32.35%-
HSV(B)160.63º86.99%57.25%-
XYZ13.121.7216.87-
YUV103.35128.9267.83-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.04%
GREEN value IS 146 (57.42% from 255) = 54.07%
BLUE value IS 105 (41.41% from 255) = 38.89%
R=7.04%
G=54.07%
B=38.89%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal191461050.8700.280.43160.6376.9732.35
Hex1392695701C2Ba14d20
Octal232221511270345324111540
Binary100111001001011010011010111011100101011101000011001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139269; }

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

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

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

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

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

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

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

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