#1D905F

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

Shades of Elf Green #1D905F

Tints of Elf Green #1D905F

Color information

#1D905F (or 0x1D905F) is unknown color: approx Elf Green. HEX triplet: 1D, 90 and 5F. RGB value is (29,144,95). Sum of RGB (Red+Green+Blue) = 29+144+95=268 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.82% from 268); Green value is 144 (56.64% from 255 or 53.73% from 268); Blue value is 95 (37.5% from 255 or 35.45% from 268); Max value from RGB is 144 - color contains mainly: green. Hex color #1D905F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D905F is #E26FA0. Grayscale: #686868. Windows color (decimal): -14839713 or 6262813. OLE color: 6262813.

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

Color convert

RGB2914495-
CMYK0.8000.340.44
HSL154.43º66.47%33.92%-
HSV(B)154.43º79.86%56.47%-
XYZ12.5521.0314.23-
YUV104.03122.974.48-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.82%
GREEN value IS 144 (56.64% from 255) = 53.73%
BLUE value IS 95 (37.5% from 255) = 35.45%
R=10.82%
G=53.73%
B=35.45%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal29144950.8000.340.44154.4366.4733.92
Hex1D905F500222C9a4222
Octal352201371200425423210242
Binary1110110010000101111110100000100010101100100110101000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D905F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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