Html Css Color HEX #1C8370 Elf Green

📋 copy color: '#1C8370'

red 28 ◦ green 131 ◦ blue 112

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

Shades of Elf Green #1C8370

Tints of Elf Green #1C8370

RGB

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

 GREEN value IS 131 (51.56% from 255) = 48.34%

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

R = 10.33%
G = 48.34%
B = 41.33%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#1C8370 (or 0x1C8370) is known color: Elf Green. HEX triplet: 1C, 83 and 70. RGB value is (28,131,112). Sum of RGB (Red+Green+Blue) = 28+131+112=271 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.33% from 271); Green value is 131 (51.56% from 255 or 48.34% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 131 - color contains mainly: green. Hex color #1C8370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8370 is #E37C8F. Grayscale: #626262. Windows color (decimal): -14908560 or 7373596. OLE color: 7373596.

HSL color Cylindrical-coordinate representation of color #1C8370: hue angle of 168.93º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C8370 is Cyan = 0.79, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 28 131 112 -
CMYK 0.79 0 0.15 0.49
HSL 168.93º 0.65% 0.31% -
HSV(B) 168.93º 0.79% 0.51% -
XYZ 11.52 17.65 18.13 -
YUV 98.04 135.88 78.04 -
System Red Green Blue C M Y K H S L
Decimal 28 131 112 0.79 0 0.15 0.49 168.93 0.65 0.31
Hex 1C 83 70 4F 0 F 31 A9 41 1F
Octal 34 203 160 117 0 17 61 251 101 37
Binary 11100 10000011 1110000 1001111 0 1111 110001 10101001 1000001 11111

Color Harmonies of #1C8370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C8370

Black with #1C8370

Text Example


Text Example

White with #1C8370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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