#1D8668

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

Shades of Elf Green #1D8668

Tints of Elf Green #1D8668

Color information

#1D8668 (or 0x1D8668) is unknown color: approx Elf Green. HEX triplet: 1D, 86 and 68. RGB value is (29,134,104). Sum of RGB (Red+Green+Blue) = 29+134+104=267 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.86% from 267); Green value is 134 (52.73% from 255 or 50.19% from 267); Blue value is 104 (41.02% from 255 or 38.95% from 267); Max value from RGB is 134 - color contains mainly: green. Hex color #1D8668 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8668 is #E27997. Grayscale: #636363. Windows color (decimal): -14842264 or 6850077. OLE color: 6850077.

HSL color Cylindrical-coordinate representation of color #1D8668: hue angle of 162.86º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D8668 is Cyan = 0.78, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB29134104-
CMYK0.7800.220.47
HSL162.86º64.42%31.96%-
HSV(B)162.86º78.36%52.55%-
XYZ11.5318.3116.02-
YUV99.18130.7177.94-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.86%
GREEN value IS 134 (52.73% from 255) = 50.19%
BLUE value IS 104 (41.02% from 255) = 38.95%
R=10.86%
G=50.19%
B=38.95%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal291341040.7800.220.47162.8664.4231.96
Hex1D86684E0162Fa34020
Octal352061501160265724310040
Binary111011000011011010001001110010110101111101000111000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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