#1D8670

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

Shades of Elf Green #1D8670

Tints of Elf Green #1D8670

Color information

#1D8670 (or 0x1D8670) is unknown color: approx Elf Green. HEX triplet: 1D, 86 and 70. RGB value is (29,134,112). Sum of RGB (Red+Green+Blue) = 29+134+112=275 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.55% from 275); Green value is 134 (52.73% from 255 or 48.73% from 275); Blue value is 112 (44.14% from 255 or 40.73% from 275); Max value from RGB is 134 - color contains mainly: green. Hex color #1D8670 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8670 is #E2798F. Grayscale: #646464. Windows color (decimal): -14842256 or 7374365. OLE color: 7374365.

HSL color Cylindrical-coordinate representation of color #1D8670: hue angle of 167.43º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D8670 is Cyan = 0.78, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB29134112-
CMYK0.7800.160.47
HSL167.43º64.42%31.96%-
HSV(B)167.43º78.36%52.55%-
XYZ11.9618.4818.27-
YUV100.1134.7177.29-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.55%
GREEN value IS 134 (52.73% from 255) = 48.73%
BLUE value IS 112 (44.14% from 255) = 40.73%
R=10.55%
G=48.73%
B=40.73%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal291341120.7800.160.47167.4364.4231.96
Hex1D86704E0102Fa74020
Octal352061601160205724710040
Binary111011000011011100001001110010000101111101001111000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,134,112); }

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

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

 a { background-color: rgb(29,134,112); }

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

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

 span { border-color: rgb(29,134,112); }

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