#1D896A

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

Shades of Elf Green #1D896A

Tints of Elf Green #1D896A

Color information

#1D896A (or 0x1D896A) is unknown color: approx Elf Green. HEX triplet: 1D, 89 and 6A. RGB value is (29,137,106). Sum of RGB (Red+Green+Blue) = 29+137+106=272 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.66% from 272); Green value is 137 (53.91% from 255 or 50.37% from 272); Blue value is 106 (41.80% from 255 or 38.97% from 272); Max value from RGB is 137 - color contains mainly: green. Hex color #1D896A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D896A is #E27695. Grayscale: #656565. Windows color (decimal): -14841494 or 6981917. OLE color: 6981917.

HSL color Cylindrical-coordinate representation of color #1D896A: hue angle of 162.78º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D896A is Cyan = 0.79, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB29137106-
CMYK0.7900.230.46
HSL162.78º65.06%32.55%-
HSV(B)162.78º78.83%53.73%-
XYZ12.0519.1916.71-
YUV101.17130.7276.52-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.66%
GREEN value IS 137 (53.91% from 255) = 50.37%
BLUE value IS 106 (41.80% from 255) = 38.97%
R=10.66%
G=50.37%
B=38.97%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal291371060.7900.230.46162.7865.0632.55
Hex1D896A4F0172Ea34121
Octal352111521170275624310141
Binary111011000100111010101001111010111101110101000111000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D896A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,137,106); }

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

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

 a { background-color: rgb(29,137,106); }

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

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

 span { border-color: rgb(29,137,106); }

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