#1C8370

Color #1C8370 Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #1C8370

Tints of Elf Green #1C8370

Color information

#1C8370 (or 0x1C8370) is unknown color: approx 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

RGB28131112-
CMYK0.7900.150.49
HSL168.93º64.78%31.18%-
HSV(B)168.93º78.63%51.37%-
XYZ11.5217.6518.13-
YUV98.04135.8878.04-

RGB Variations

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

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 (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal281311120.7900.150.49168.9364.7831.18
Hex1C83704F0F31a9411f
Octal342031601170176125110137
Binary1110010000011111000010011110111111000110101001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>