#1D926D

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

Shades of Elf Green #1D926D

Tints of Elf Green #1D926D

Color information

#1D926D (or 0x1D926D) is unknown color: approx Elf Green. HEX triplet: 1D, 92 and 6D. RGB value is (29,146,109). Sum of RGB (Red+Green+Blue) = 29+146+109=284 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.21% from 284); Green value is 146 (57.42% from 255 or 51.41% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 146 - color contains mainly: green. Hex color #1D926D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D926D is #E26D92. Grayscale: #6A6A6A. Windows color (decimal): -14839187 or 7180829. OLE color: 7180829.

HSL color Cylindrical-coordinate representation of color #1D926D: hue angle of 161.03º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D926D is Cyan = 0.80, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB29146109-
CMYK0.8000.250.43
HSL161.03º66.86%34.31%-
HSV(B)161.03º80.14%57.25%-
XYZ13.5521.9217.99-
YUV106.8129.2472.51-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.21%
GREEN value IS 146 (57.42% from 255) = 51.41%
BLUE value IS 109 (42.97% from 255) = 38.38%
R=10.21%
G=51.41%
B=38.38%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal291461090.8000.250.43161.0366.8634.31
Hex1D926D500192Ba14322
Octal352221551200315324110342
Binary111011001001011011011010000011001101011101000011000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D926D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,146,109); }

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

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

 a { background-color: rgb(29,146,109); }

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

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

 span { border-color: rgb(29,146,109); }

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