#1D987A

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

Shades of Elf Green #1D987A

Tints of Elf Green #1D987A

Color information

#1D987A (or 0x1D987A) is unknown color: approx Elf Green. HEX triplet: 1D, 98 and 7A. RGB value is (29,152,122). Sum of RGB (Red+Green+Blue) = 29+152+122=303 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.57% from 303); Green value is 152 (59.77% from 255 or 50.17% from 303); Blue value is 122 (48.05% from 255 or 40.26% from 303); Max value from RGB is 152 - color contains mainly: green. Hex color #1D987A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D987A is #E26785. Grayscale: #6F6F6F. Windows color (decimal): -14837638 or 8034333. OLE color: 8034333.

HSL color Cylindrical-coordinate representation of color #1D987A: hue angle of 165.37º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D987A is Cyan = 0.81, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB29152122-
CMYK0.8100.200.40
HSL165.37º67.96%35.49%-
HSV(B)165.37º80.92%59.61%-
XYZ15.2524.1222.26-
YUV111.8133.7568.94-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.57%
GREEN value IS 152 (59.77% from 255) = 50.17%
BLUE value IS 122 (48.05% from 255) = 40.26%
R=9.57%
G=50.17%
B=40.26%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal291521220.8100.200.40165.3767.9635.49
Hex1D987A5101428a54423
Octal352301721210245024510443
Binary111011001100011110101010001010100101000101001011000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D987A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,152,122); }

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

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

 a { background-color: rgb(29,152,122); }

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

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

 span { border-color: rgb(29,152,122); }

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