Html Css Color HEX #1D946B Elf Green

📋 copy color: '#1D946B'

red 29 ◦ green 148 ◦ blue 107

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

Shades of Elf Green #1D946B

Tints of Elf Green #1D946B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 37.68%

R = 10.21%
G = 52.11%
B = 37.68%

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

#1D946B (or 0x1D946B) is known color: Elf Green. HEX triplet: 1D, 94 and 6B. RGB value is (29,148,107). Sum of RGB (Red+Green+Blue) = 29+148+107=284 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.21% from 284); Green value is 148 (58.20% from 255 or 52.11% from 284); Blue value is 107 (42.19% from 255 or 37.68% from 284); Max value from RGB is 148 - color contains mainly: green. Hex color #1D946B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D946B is #E26B94. Grayscale: #6B6B6B. Windows color (decimal): -14838677 or 7050269. OLE color: 7050269.

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

Color convert

RGB 29 148 107 -
CMYK 0.80 0 0.28 0.42
HSL 159.33º 0.67% 0.35% -
HSV(B) 159.33º 0.8% 0.58% -
XYZ 13.75 22.5 17.53 -
YUV 107.75 127.58 71.83 -
System Red Green Blue C M Y K H S L
Decimal 29 148 107 0.80 0 0.28 0.42 159.33 0.67 0.35
Hex 1D 94 6B 50 0 1C 2A 9F 43 23
Octal 35 224 153 120 0 34 52 237 103 43
Binary 11101 10010100 1101011 1010000 0 11100 101010 10011111 1000011 100011

Color Harmonies of #1D946B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D946B

Black with #1D946B

Text Example


Text Example

White with #1D946B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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