#1D905D

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

Shades of Elf Green #1D905D

Tints of Elf Green #1D905D

Color information

#1D905D (or 0x1D905D) is unknown color: approx Elf Green. HEX triplet: 1D, 90 and 5D. RGB value is (29,144,93). Sum of RGB (Red+Green+Blue) = 29+144+93=266 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.90% from 266); Green value is 144 (56.64% from 255 or 54.14% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 144 - color contains mainly: green. Hex color #1D905D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D905D is #E26FA2. Grayscale: #676767. Windows color (decimal): -14839715 or 6131741. OLE color: 6131741.

HSL color Cylindrical-coordinate representation of color #1D905D: hue angle of 153.39º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D905D is Cyan = 0.80, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB2914493-
CMYK0.8000.350.44
HSL153.39º66.47%33.92%-
HSV(B)153.39º79.86%56.47%-
XYZ12.462113.75-
YUV103.8121.974.65-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.90%
GREEN value IS 144 (56.64% from 255) = 54.14%
BLUE value IS 93 (36.72% from 255) = 34.96%
R=10.90%
G=54.14%
B=34.96%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal29144930.8000.350.44153.3966.4733.92
Hex1D905D500232C994222
Octal352201351200435423110242
Binary1110110010000101110110100000100011101100100110011000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D905D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,144,93); }

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

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

 a { background-color: rgb(29,144,93); }

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

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

 span { border-color: rgb(29,144,93); }

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