#119369

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

Shades of Elf Green #119369

Tints of Elf Green #119369

Color information

#119369 (or 0x119369) is unknown color: approx Elf Green. HEX triplet: 11, 93 and 69. RGB value is (17,147,105). Sum of RGB (Red+Green+Blue) = 17+147+105=269 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.32% from 269); Green value is 147 (57.81% from 255 or 54.65% from 269); Blue value is 105 (41.41% from 255 or 39.03% from 269); Max value from RGB is 147 - color contains mainly: green. Hex color #119369 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119369 is #EE6C96. Grayscale: #676767. Windows color (decimal): -15625367 or 6918929. OLE color: 6918929.

HSL color Cylindrical-coordinate representation of color #119369: hue angle of 160.62º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #119369 is Cyan = 0.88, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB17147105-
CMYK0.8800.290.42
HSL160.62º79.27%32.16%-
HSV(B)160.62º88.44%57.65%-
XYZ13.2122.0116.92-
YUV103.34128.9366.42-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.32%
GREEN value IS 147 (57.81% from 255) = 54.65%
BLUE value IS 105 (41.41% from 255) = 39.03%
R=6.32%
G=54.65%
B=39.03%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal171471050.8800.290.42160.6279.2732.16
Hex1193695801D2Aa14f20
Octal212231511300355224111740
Binary100011001001111010011011000011101101010101000011001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119369; }

 p { color: rgb(17,147,105); }

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

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

 a { background-color: rgb(17,147,105); }

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

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

 span { border-color: rgb(17,147,105); }

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