Html Css Color HEX #1C8D7F Elf Green

📋 copy color: '#1C8D7F'

red 28 ◦ green 141 ◦ blue 127

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

Shades of Elf Green #1C8D7F

Tints of Elf Green #1C8D7F

RGB

 RED value IS 28 (11.33% from 255) = 9.46%

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

 BLUE value IS 127 (50% from 255) = 42.91%

R = 9.46%
G = 47.64%
B = 42.91%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#1C8D7F (or 0x1C8D7F) is known color: Elf Green. HEX triplet: 1C, 8D and 7F. RGB value is (28,141,127). Sum of RGB (Red+Green+Blue) = 28+141+127=296 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.46% from 296); Green value is 141 (55.47% from 255 or 47.64% from 296); Blue value is 127 (50% from 255 or 42.91% from 296); Max value from RGB is 141 - color contains mainly: green. Hex color #1C8D7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8D7F is #E37280. Grayscale: #696969. Windows color (decimal): -14905985 or 8359196. OLE color: 8359196.

HSL color Cylindrical-coordinate representation of color #1C8D7F: hue angle of 172.57º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C8D7F is Cyan = 0.80, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB 28 141 127 -
CMYK 0.80 0 0.10 0.45
HSL 172.57º 0.67% 0.33% -
HSV(B) 172.57º 0.8% 0.55% -
XYZ 13.83 20.83 23.37 -
YUV 105.62 140.06 72.64 -
System Red Green Blue C M Y K H S L
Decimal 28 141 127 0.80 0 0.10 0.45 172.57 0.67 0.33
Hex 1C 8D 7F 50 0 A 2D AD 43 21
Octal 34 215 177 120 0 12 55 255 103 41
Binary 11100 10001101 1111111 1010000 0 1010 101101 10101101 1000011 100001

Color Harmonies of #1C8D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C8D7F

Black with #1C8D7F

Text Example


Text Example

White with #1C8D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,141,127); }

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

background-color css

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

 a { background-color: rgb(28,141,127); }

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

border-color css

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

 span { border-color: rgb(28,141,127); }

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