Html Css Color HEX #1D8D68 Elf Green

📋 copy color: '#1D8D68'

red 29 ◦ green 141 ◦ blue 104

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

Shades of Elf Green #1D8D68

Tints of Elf Green #1D8D68

RGB

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

 GREEN value IS 141 (55.47% from 255) = 51.46%

 BLUE value IS 104 (41.02% from 255) = 37.96%

R = 10.58%
G = 51.46%
B = 37.96%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.26

 K value IS 0.45

RGB Variations

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

Color information

#1D8D68 (or 0x1D8D68) is known color: Elf Green. HEX triplet: 1D, 8D and 68. RGB value is (29,141,104). Sum of RGB (Red+Green+Blue) = 29+141+104=274 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.58% from 274); Green value is 141 (55.47% from 255 or 51.46% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 141 - color contains mainly: green. Hex color #1D8D68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8D68 is #E27297. Grayscale: #676767. Windows color (decimal): -14840472 or 6851869. OLE color: 6851869.

HSL color Cylindrical-coordinate representation of color #1D8D68: hue angle of 160.18º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D8D68 is Cyan = 0.79, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB 29 141 104 -
CMYK 0.79 0 0.26 0.45
HSL 160.18º 0.66% 0.33% -
HSV(B) 160.18º 0.79% 0.55% -
XYZ 12.53 20.31 16.36 -
YUV 103.29 128.39 75.01 -
System Red Green Blue C M Y K H S L
Decimal 29 141 104 0.79 0 0.26 0.45 160.18 0.66 0.33
Hex 1D 8D 68 4F 0 1A 2D A0 42 21
Octal 35 215 150 117 0 32 55 240 102 41
Binary 11101 10001101 1101000 1001111 0 11010 101101 10100000 1000010 100001

Color Harmonies of #1D8D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D8D68

Black with #1D8D68

Text Example


Text Example

White with #1D8D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,141,104); }

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

background-color css

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

 a { background-color: rgb(29,141,104); }

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

border-color css

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

 span { border-color: rgb(29,141,104); }

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