Html Css Color HEX #1D996A Elf Green

📋 copy color: '#1D996A'

red 29 ◦ green 153 ◦ blue 106

#1D996A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elf Green #1D996A

Tints of Elf Green #1D996A

RGB

 RED value IS 29 (11.72% from 255) = 10.07%

 GREEN value IS 153 (60.16% from 255) = 53.13%

 BLUE value IS 106 (41.8% from 255) = 36.81%

R = 10.07%
G = 53.13%
B = 36.81%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#1D996A (or 0x1D996A) is known color: Elf Green. HEX triplet: 1D, 99 and 6A. RGB value is (29,153,106). Sum of RGB (Red+Green+Blue) = 29+153+106=288 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.07% from 288); Green value is 153 (60.16% from 255 or 53.12% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 153 - color contains mainly: green. Hex color #1D996A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D996A is #E26695. Grayscale: #6E6E6E. Windows color (decimal): -14837398 or 6986013. OLE color: 6986013.

HSL color Cylindrical-coordinate representation of color #1D996A: hue angle of 157.26º 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 #1D996A is Cyan = 0.81, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB 29 153 106 -
CMYK 0.81 0 0.31 0.4
HSL 157.26º 0.68% 0.36% -
HSV(B) 157.26º 0.81% 0.6% -
XYZ 14.5 24.08 17.52 -
YUV 110.57 125.42 69.82 -
System Red Green Blue C M Y K H S L
Decimal 29 153 106 0.81 0 0.31 0.4 157.26 0.68 0.36
Hex 1D 99 6A 51 0 1F 28 9D 44 24
Octal 35 231 152 121 0 37 50 235 104 44
Binary 11101 10011001 1101010 1010001 0 11111 101000 10011101 1000100 100100

Color Harmonies of #1D996A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D996A

Black with #1D996A

Text Example


Text Example

White with #1D996A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D996A;
 }
 .AnyTagClassName
 {
   color: #1D996A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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