Html Css Color HEX #1C8B70 Elf Green

📋 copy color: '#1C8B70'

red 28 ◦ green 139 ◦ blue 112

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

Shades of Elf Green #1C8B70

Tints of Elf Green #1C8B70

RGB

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

 GREEN value IS 139 (54.69% from 255) = 49.82%

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

R = 10.04%
G = 49.82%
B = 40.14%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#1C8B70 (or 0x1C8B70) is known color: Elf Green. HEX triplet: 1C, 8B and 70. RGB value is (28,139,112). Sum of RGB (Red+Green+Blue) = 28+139+112=279 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.04% from 279); Green value is 139 (54.69% from 255 or 49.82% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 139 - color contains mainly: green. Hex color #1C8B70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8B70 is #E3748F. Grayscale: #666666. Windows color (decimal): -14906512 or 7375644. OLE color: 7375644.

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

Color convert

RGB 28 139 112 -
CMYK 0.80 0 0.19 0.45
HSL 165.41º 0.66% 0.33% -
HSV(B) 165.41º 0.8% 0.55% -
XYZ 12.64 19.88 18.5 -
YUV 102.73 133.23 74.7 -
System Red Green Blue C M Y K H S L
Decimal 28 139 112 0.80 0 0.19 0.45 165.41 0.66 0.33
Hex 1C 8B 70 50 0 13 2D A5 42 21
Octal 34 213 160 120 0 23 55 245 102 41
Binary 11100 10001011 1110000 1010000 0 10011 101101 10100101 1000010 100001

Color Harmonies of #1C8B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C8B70

Black with #1C8B70

Text Example


Text Example

White with #1C8B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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