#1D865E

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

Shades of Elf Green #1D865E

Tints of Elf Green #1D865E

Color information

#1D865E (or 0x1D865E) is unknown color: approx Elf Green. HEX triplet: 1D, 86 and 5E. RGB value is (29,134,94). Sum of RGB (Red+Green+Blue) = 29+134+94=257 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.28% from 257); Green value is 134 (52.73% from 255 or 52.14% from 257); Blue value is 94 (37.11% from 255 or 36.58% from 257); Max value from RGB is 134 - color contains mainly: green. Hex color #1D865E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D865E is #E279A1. Grayscale: #626262. Windows color (decimal): -14842274 or 6194717. OLE color: 6194717.

HSL color Cylindrical-coordinate representation of color #1D865E: hue angle of 157.14º 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 #1D865E is Cyan = 0.78, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB2913494-
CMYK0.7800.300.47
HSL157.14º64.42%31.96%-
HSV(B)157.14º78.36%52.55%-
XYZ11.0518.1213.5-
YUV98.05125.7178.75-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.28%
GREEN value IS 134 (52.73% from 255) = 52.14%
BLUE value IS 94 (37.11% from 255) = 36.58%
R=11.28%
G=52.14%
B=36.58%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal29134940.7800.300.47157.1464.4231.96
Hex1D865E4E01E2F9d4020
Octal352061361160365723510040
Binary111011000011010111101001110011110101111100111011000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D865E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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