#1D9168

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

Shades of Elf Green #1D9168

Tints of Elf Green #1D9168

Color information

#1D9168 (or 0x1D9168) is unknown color: approx Elf Green. HEX triplet: 1D, 91 and 68. RGB value is (29,145,104). Sum of RGB (Red+Green+Blue) = 29+145+104=278 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.43% from 278); Green value is 145 (57.03% from 255 or 52.16% from 278); Blue value is 104 (41.02% from 255 or 37.41% from 278); Max value from RGB is 145 - color contains mainly: green. Hex color #1D9168 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D9168 is #E26E97. Grayscale: #696969. Windows color (decimal): -14839448 or 6852893. OLE color: 6852893.

HSL color Cylindrical-coordinate representation of color #1D9168: hue angle of 158.79º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D9168 is Cyan = 0.8, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB29145104-
CMYK0.800.280.43
HSL158.79º66.67%34.12%-
HSV(B)158.79º80%56.86%-
XYZ13.1321.5116.56-
YUV105.64127.0773.33-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.43%
GREEN value IS 145 (57.03% from 255) = 52.16%
BLUE value IS 104 (41.02% from 255) = 37.41%
R=10.43%
G=52.16%
B=37.41%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal291451040.800.280.43158.7966.6734.12
Hex1D91685001C2B9f4322
Octal352211501200345323710342
Binary111011001000111010001010000011100101011100111111000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D9168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D9168; }

 p { color: rgb(29,145,104); }

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

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

 a { background-color: rgb(29,145,104); }

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

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

 span { border-color: rgb(29,145,104); }

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