Html Css Color HEX #1D946A Elf Green

📋 copy color: '#1D946A'

red 29 ◦ green 148 ◦ blue 106

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

Shades of Elf Green #1D946A

Tints of Elf Green #1D946A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 52.3%

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

R = 10.25%
G = 52.3%
B = 37.46%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#1D946A (or 0x1D946A) is known color: Elf Green. HEX triplet: 1D, 94 and 6A. RGB value is (29,148,106). Sum of RGB (Red+Green+Blue) = 29+148+106=283 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.25% from 283); Green value is 148 (58.20% from 255 or 52.30% from 283); Blue value is 106 (41.80% from 255 or 37.46% from 283); Max value from RGB is 148 - color contains mainly: green. Hex color #1D946A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D946A is #E26B95. Grayscale: #6B6B6B. Windows color (decimal): -14838678 or 6984733. OLE color: 6984733.

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

Color convert

RGB 29 148 106 -
CMYK 0.80 0 0.28 0.42
HSL 158.82º 0.67% 0.35% -
HSV(B) 158.82º 0.8% 0.58% -
XYZ 13.7 22.48 17.25 -
YUV 107.63 127.08 71.92 -
System Red Green Blue C M Y K H S L
Decimal 29 148 106 0.80 0 0.28 0.42 158.82 0.67 0.35
Hex 1D 94 6A 50 0 1C 2A 9F 43 23
Octal 35 224 152 120 0 34 52 237 103 43
Binary 11101 10010100 1101010 1010000 0 11100 101010 10011111 1000011 100011

Color Harmonies of #1D946A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D946A

Black with #1D946A

Text Example


Text Example

White with #1D946A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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