#1D9364

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

Shades of Elf Green #1D9364

Tints of Elf Green #1D9364

Color information

#1D9364 (or 0x1D9364) is unknown color: approx Elf Green. HEX triplet: 1D, 93 and 64. RGB value is (29,147,100). Sum of RGB (Red+Green+Blue) = 29+147+100=276 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.51% from 276); Green value is 147 (57.81% from 255 or 53.26% from 276); Blue value is 100 (39.45% from 255 or 36.23% from 276); Max value from RGB is 147 - color contains mainly: green. Hex color #1D9364 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D9364 is #E26C9B. Grayscale: #6A6A6A. Windows color (decimal): -14838940 or 6591261. OLE color: 6591261.

HSL color Cylindrical-coordinate representation of color #1D9364: hue angle of 156.1º 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 #1D9364 is Cyan = 0.80, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB29147100-
CMYK0.8000.320.42
HSL156.1º67.05%34.51%-
HSV(B)156.1º80.27%57.65%-
XYZ13.2422.0515.61-
YUV106.36124.4172.82-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.51%
GREEN value IS 147 (57.81% from 255) = 53.26%
BLUE value IS 100 (39.45% from 255) = 36.23%
R=10.51%
G=53.26%
B=36.23%

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
Decimal291471000.8000.320.42156.167.0534.51
Hex1D9364500202A9c4323
Octal352231441200405223410343
Binary1110110010011110010010100000100000101010100111001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D9364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,147,100); }

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

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

 a { background-color: rgb(29,147,100); }

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

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

 span { border-color: rgb(29,147,100); }

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