#1D9475

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

Shades of Elf Green #1D9475

Tints of Elf Green #1D9475

Color information

#1D9475 (or 0x1D9475) is unknown color: approx Elf Green. HEX triplet: 1D, 94 and 75. RGB value is (29,148,117). Sum of RGB (Red+Green+Blue) = 29+148+117=294 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.86% from 294); Green value is 148 (58.20% from 255 or 50.34% from 294); Blue value is 117 (46.09% from 255 or 39.80% from 294); Max value from RGB is 148 - color contains mainly: green. Hex color #1D9475 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D9475 is #E26B8A. Grayscale: #6C6C6C. Windows color (decimal): -14838667 or 7705629. OLE color: 7705629.

HSL color Cylindrical-coordinate representation of color #1D9475: hue angle of 164.37º 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 #1D9475 is Cyan = 0.80, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB29148117-
CMYK0.8000.210.42
HSL164.37º67.23%34.71%-
HSV(B)164.37º80.41%58.04%-
XYZ14.3122.7320.46-
YUV108.88132.5871.02-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.86%
GREEN value IS 148 (58.20% from 255) = 50.34%
BLUE value IS 117 (46.09% from 255) = 39.80%
R=9.86%
G=50.34%
B=39.80%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal291481170.8000.210.42164.3767.2334.71
Hex1D9475500152Aa44323
Octal352241651200255224410343
Binary111011001010011101011010000010101101010101001001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D9475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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