Html Css Color HEX #1C8C70 Elf Green

📋 copy color: '#1C8C70'

red 28 ◦ green 140 ◦ blue 112

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

Shades of Elf Green #1C8C70

Tints of Elf Green #1C8C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 40%

R = 10%
G = 50%
B = 40%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.20

 K value IS 0.45

RGB Variations

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

Color information

#1C8C70 (or 0x1C8C70) is known color: Elf Green. HEX triplet: 1C, 8C and 70. RGB value is (28,140,112). Sum of RGB (Red+Green+Blue) = 28+140+112=280 (37% of max value = 765). Red value is 28 (11.33% from 255 or 10% from 280); Green value is 140 (55.08% from 255 or 50% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 140 - color contains mainly: green. Hex color #1C8C70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8C70 is #E3738F. Grayscale: #676767. Windows color (decimal): -14906256 or 7375900. OLE color: 7375900.

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

Color convert

RGB 28 140 112 -
CMYK 0.80 0 0.20 0.45
HSL 165º 0.67% 0.33% -
HSV(B) 165º 0.8% 0.55% -
XYZ 12.78 20.17 18.55 -
YUV 103.32 132.89 74.28 -
System Red Green Blue C M Y K H S L
Decimal 28 140 112 0.80 0 0.20 0.45 165 0.67 0.33
Hex 1C 8C 70 50 0 14 2D A5 43 21
Octal 34 214 160 120 0 24 55 245 103 41
Binary 11100 10001100 1110000 1010000 0 10100 101101 10100101 1000011 100001

Color Harmonies of #1C8C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C8C70

Black with #1C8C70

Text Example


Text Example

White with #1C8C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,140,112); }

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

background-color css

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

 a { background-color: rgb(28,140,112); }

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

border-color css

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

 span { border-color: rgb(28,140,112); }

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