#1D9465

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

Shades of Elf Green #1D9465

Tints of Elf Green #1D9465

Color information

#1D9465 (or 0x1D9465) is unknown color: approx Elf Green. HEX triplet: 1D, 94 and 65. RGB value is (29,148,101). Sum of RGB (Red+Green+Blue) = 29+148+101=278 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.43% from 278); Green value is 148 (58.20% from 255 or 53.24% from 278); Blue value is 101 (39.84% from 255 or 36.33% from 278); Max value from RGB is 148 - color contains mainly: green. Hex color #1D9465 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D9465 is #E26B9A. Grayscale: #6B6B6B. Windows color (decimal): -14838683 or 6657053. OLE color: 6657053.

HSL color Cylindrical-coordinate representation of color #1D9465: hue angle of 156.3º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D9465 is Cyan = 0.80, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB29148101-
CMYK0.8000.320.42
HSL156.3º67.23%34.71%-
HSV(B)156.3º80.41%58.04%-
XYZ13.4522.3815.92-
YUV107.06124.5872.32-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.43%
GREEN value IS 148 (58.20% from 255) = 53.24%
BLUE value IS 101 (39.84% from 255) = 36.33%
R=10.43%
G=53.24%
B=36.33%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal291481010.8000.320.42156.367.2334.71
Hex1D9465500202A9c4323
Octal352241451200405223410343
Binary1110110010100110010110100000100000101010100111001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D9465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,148,101); }

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

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

 a { background-color: rgb(29,148,101); }

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

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

 span { border-color: rgb(29,148,101); }

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