#1D9275

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

Shades of Elf Green #1D9275

Tints of Elf Green #1D9275

Color information

#1D9275 (or 0x1D9275) is unknown color: approx Elf Green. HEX triplet: 1D, 92 and 75. RGB value is (29,146,117). Sum of RGB (Red+Green+Blue) = 29+146+117=292 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.93% from 292); Green value is 146 (57.42% from 255 or 50% from 292); Blue value is 117 (46.09% from 255 or 40.07% from 292); Max value from RGB is 146 - color contains mainly: green. Hex color #1D9275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D9275 is #E26D8A. Grayscale: #6B6B6B. Windows color (decimal): -14839179 or 7705117. OLE color: 7705117.

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

Color convert

RGB29146117-
CMYK0.8000.200.43
HSL165.13º66.86%34.31%-
HSV(B)165.13º80.14%57.25%-
XYZ1422.120.36-
YUV107.71133.2471.86-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.93%
GREEN value IS 146 (57.42% from 255) = 50%
BLUE value IS 117 (46.09% from 255) = 40.07%
R=9.93%
G=50%
B=40.07%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal291461170.8000.200.43165.1366.8634.31
Hex1D9275500142Ba54322
Octal352221651200245324510342
Binary111011001001011101011010000010100101011101001011000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D9275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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