#1D9362

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

Shades of Elf Green #1D9362

Tints of Elf Green #1D9362

Color information

#1D9362 (or 0x1D9362) is unknown color: approx Elf Green. HEX triplet: 1D, 93 and 62. RGB value is (29,147,98). Sum of RGB (Red+Green+Blue) = 29+147+98=274 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.58% from 274); Green value is 147 (57.81% from 255 or 53.65% from 274); Blue value is 98 (38.67% from 255 or 35.77% from 274); Max value from RGB is 147 - color contains mainly: green. Hex color #1D9362 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D9362 is #E26C9D. Grayscale: #6A6A6A. Windows color (decimal): -14838942 or 6460189. OLE color: 6460189.

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

Color convert

RGB2914798-
CMYK0.8000.330.42
HSL155.08º67.05%34.51%-
HSV(B)155.08º80.27%57.65%-
XYZ13.1522.0115.11-
YUV106.13123.4172.98-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.58%
GREEN value IS 147 (57.81% from 255) = 53.65%
BLUE value IS 98 (38.67% from 255) = 35.77%
R=10.58%
G=53.65%
B=35.77%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal29147980.8000.330.42155.0867.0534.51
Hex1D9362500212A9b4323
Octal352231421200415223310343
Binary1110110010011110001010100000100001101010100110111000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D9362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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