Html Css Color HEX #1D8C75 Elf Green

📋 copy color: '#1D8C75'

red 29 ◦ green 140 ◦ blue 117

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

Shades of Elf Green #1D8C75

Tints of Elf Green #1D8C75

RGB

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

 GREEN value IS 140 (55.08% from 255) = 48.95%

 BLUE value IS 117 (46.09% from 255) = 40.91%

R = 10.14%
G = 48.95%
B = 40.91%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#1D8C75 (or 0x1D8C75) is known color: Elf Green. HEX triplet: 1D, 8C and 75. RGB value is (29,140,117). Sum of RGB (Red+Green+Blue) = 29+140+117=286 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.14% from 286); Green value is 140 (55.08% from 255 or 48.95% from 286); Blue value is 117 (46.09% from 255 or 40.91% from 286); Max value from RGB is 140 - color contains mainly: green. Hex color #1D8C75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8C75 is #E2738A. Grayscale: #686868. Windows color (decimal): -14840715 or 7703581. OLE color: 7703581.

HSL color Cylindrical-coordinate representation of color #1D8C75: hue angle of 167.57º 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 #1D8C75 is Cyan = 0.79, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 29 140 117 -
CMYK 0.79 0 0.16 0.45
HSL 167.57º 0.66% 0.33% -
HSV(B) 167.57º 0.79% 0.55% -
XYZ 13.1 20.3 20.06 -
YUV 104.19 135.23 74.37 -
System Red Green Blue C M Y K H S L
Decimal 29 140 117 0.79 0 0.16 0.45 167.57 0.66 0.33
Hex 1D 8C 75 4F 0 10 2D A8 42 21
Octal 35 214 165 117 0 20 55 250 102 41
Binary 11101 10001100 1110101 1001111 0 10000 101101 10101000 1000010 100001

Color Harmonies of #1D8C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D8C75

Black with #1D8C75

Text Example


Text Example

White with #1D8C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,140,117); }

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

background-color css

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

 a { background-color: rgb(29,140,117); }

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

border-color css

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

 span { border-color: rgb(29,140,117); }

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