#1D9464

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

Shades of Elf Green #1D9464

Tints of Elf Green #1D9464

Color information

#1D9464 (or 0x1D9464) is unknown color: approx Elf Green. HEX triplet: 1D, 94 and 64. RGB value is (29,148,100). Sum of RGB (Red+Green+Blue) = 29+148+100=277 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.47% from 277); Green value is 148 (58.20% from 255 or 53.43% from 277); Blue value is 100 (39.45% from 255 or 36.10% from 277); Max value from RGB is 148 - color contains mainly: green. Hex color #1D9464 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D9464 is #E26B9B. Grayscale: #6B6B6B. Windows color (decimal): -14838684 or 6591517. OLE color: 6591517.

HSL color Cylindrical-coordinate representation of color #1D9464: hue angle of 155.8º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D9464 is Cyan = 0.80, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB29148100-
CMYK0.8000.320.42
HSL155.8º67.23%34.71%-
HSV(B)155.8º80.41%58.04%-
XYZ13.422.3615.67-
YUV106.95124.0872.4-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.47%
GREEN value IS 148 (58.20% from 255) = 53.43%
BLUE value IS 100 (39.45% from 255) = 36.10%
R=10.47%
G=53.43%
B=36.10%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal291481000.8000.320.42155.867.2334.71
Hex1D9464500202A9c4323
Octal352241441200405223410343
Binary1110110010100110010010100000100000101010100111001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D9464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,148,100); }

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

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

 a { background-color: rgb(29,148,100); }

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

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

 span { border-color: rgb(29,148,100); }

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