Html Css Color HEX #1D8E6F Elf Green

📋 copy color: '#1D8E6F'

red 29 ◦ green 142 ◦ blue 111

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

Shades of Elf Green #1D8E6F

Tints of Elf Green #1D8E6F

RGB

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

 GREEN value IS 142 (55.86% from 255) = 50.35%

 BLUE value IS 111 (43.75% from 255) = 39.36%

R = 10.28%
G = 50.35%
B = 39.36%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#1D8E6F (or 0x1D8E6F) is known color: Elf Green. HEX triplet: 1D, 8E and 6F. RGB value is (29,142,111). Sum of RGB (Red+Green+Blue) = 29+142+111=282 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.28% from 282); Green value is 142 (55.86% from 255 or 50.35% from 282); Blue value is 111 (43.75% from 255 or 39.36% from 282); Max value from RGB is 142 - color contains mainly: green. Hex color #1D8E6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8E6F is #E27190. Grayscale: #686868. Windows color (decimal): -14840209 or 7310877. OLE color: 7310877.

HSL color Cylindrical-coordinate representation of color #1D8E6F: hue angle of 163.54º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D8E6F is Cyan = 0.80, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 29 142 111 -
CMYK 0.80 0 0.22 0.44
HSL 163.54º 0.66% 0.34% -
HSV(B) 163.54º 0.8% 0.56% -
XYZ 13.05 20.75 18.36 -
YUV 104.68 131.56 74.02 -
System Red Green Blue C M Y K H S L
Decimal 29 142 111 0.80 0 0.22 0.44 163.54 0.66 0.34
Hex 1D 8E 6F 50 0 16 2C A4 42 22
Octal 35 216 157 120 0 26 54 244 102 42
Binary 11101 10001110 1101111 1010000 0 10110 101100 10100100 1000010 100010

Color Harmonies of #1D8E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D8E6F

Black with #1D8E6F

Text Example


Text Example

White with #1D8E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,142,111); }

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

background-color css

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

 a { background-color: rgb(29,142,111); }

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

border-color css

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

 span { border-color: rgb(29,142,111); }

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