Html Css Color HEX #1C8F71 Elf Green

📋 copy color: '#1C8F71'

red 28 ◦ green 143 ◦ blue 113

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

Shades of Elf Green #1C8F71

Tints of Elf Green #1C8F71

RGB

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

 GREEN value IS 143 (56.25% from 255) = 50.35%

 BLUE value IS 113 (44.53% from 255) = 39.79%

R = 9.86%
G = 50.35%
B = 39.79%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#1C8F71 (or 0x1C8F71) is known color: Elf Green. HEX triplet: 1C, 8F and 71. RGB value is (28,143,113). Sum of RGB (Red+Green+Blue) = 28+143+113=284 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.86% from 284); Green value is 143 (56.25% from 255 or 50.35% from 284); Blue value is 113 (44.53% from 255 or 39.79% from 284); Max value from RGB is 143 - color contains mainly: green. Hex color #1C8F71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8F71 is #E3708E. Grayscale: #696969. Windows color (decimal): -14905487 or 7442204. OLE color: 7442204.

HSL color Cylindrical-coordinate representation of color #1C8F71: hue angle of 164.35º degrees, saturation: 0.67, 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 #1C8F71 is Cyan = 0.80, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB 28 143 113 -
CMYK 0.80 0 0.21 0.44
HSL 164.35º 0.67% 0.34% -
HSV(B) 164.35º 0.8% 0.56% -
XYZ 13.28 21.08 18.99 -
YUV 105.2 132.4 72.94 -
System Red Green Blue C M Y K H S L
Decimal 28 143 113 0.80 0 0.21 0.44 164.35 0.67 0.34
Hex 1C 8F 71 50 0 15 2C A4 43 22
Octal 34 217 161 120 0 25 54 244 103 42
Binary 11100 10001111 1110001 1010000 0 10101 101100 10100100 1000011 100010

Color Harmonies of #1C8F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C8F71

Black with #1C8F71

Text Example


Text Example

White with #1C8F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,143,113); }

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

background-color css

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

 a { background-color: rgb(28,143,113); }

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

border-color css

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

 span { border-color: rgb(28,143,113); }

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