#1D9962

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

Shades of Elf Green #1D9962

Tints of Elf Green #1D9962

Color information

#1D9962 (or 0x1D9962) is unknown color: approx Elf Green. HEX triplet: 1D, 99 and 62. RGB value is (29,153,98). Sum of RGB (Red+Green+Blue) = 29+153+98=280 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.36% from 280); Green value is 153 (60.16% from 255 or 54.64% from 280); Blue value is 98 (38.67% from 255 or 35% from 280); Max value from RGB is 153 - color contains mainly: green. Hex color #1D9962 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D9962 is #E2669D. Grayscale: #6D6D6D. Windows color (decimal): -14837406 or 6461725. OLE color: 6461725.

HSL color Cylindrical-coordinate representation of color #1D9962: hue angle of 153.39º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D9962 is Cyan = 0.81, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.4.

Color convert

RGB2915398-
CMYK0.8100.360.4
HSL153.39º68.13%35.69%-
HSV(B)153.39º81.05%60%-
XYZ14.123.9315.43-
YUV109.65121.4270.47-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.36%
GREEN value IS 153 (60.16% from 255) = 54.64%
BLUE value IS 98 (38.67% from 255) = 35%
R=10.36%
G=54.64%
B=35%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal29153980.8100.360.4153.3968.1335.69
Hex1D99625102428994424
Octal352311421210445023110444
Binary1110110011001110001010100010100100101000100110011000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D9962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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