#1D8C75

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

Shades of Elf Green #1D8C75

Tints of Elf Green #1D8C75

Color information

#1D8C75 (or 0x1D8C75) is unknown color: approx Elf Green. HEX triplet: 1D, 8C and 75. RGB value is (29,140,117). Sum of RGB (Red+Green+Blue) = 29+140+117=286 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.14% from 286); Green value is 140 (55.08% from 255 or 48.95% from 286); Blue value is 117 (46.09% from 255 or 40.91% from 286); Max value from RGB is 140 - color contains mainly: green. Hex color #1D8C75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8C75 is #E2738A. Grayscale: #686868. Windows color (decimal): -14840715 or 7703581. OLE color: 7703581.

HSL color Cylindrical-coordinate representation of color #1D8C75: hue angle of 167.57º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D8C75 is Cyan = 0.79, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB29140117-
CMYK0.7900.160.45
HSL167.57º65.68%33.14%-
HSV(B)167.57º79.29%54.9%-
XYZ13.120.320.06-
YUV104.19135.2374.37-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.14%
GREEN value IS 140 (55.08% from 255) = 48.95%
BLUE value IS 117 (46.09% from 255) = 40.91%
R=10.14%
G=48.95%
B=40.91%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal291401170.7900.160.45167.5765.6833.14
Hex1D8C754F0102Da84221
Octal352141651170205525010241
Binary111011000110011101011001111010000101101101010001000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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