#1C8F67

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

Shades of Elf Green #1C8F67

Tints of Elf Green #1C8F67

Color information

#1C8F67 (or 0x1C8F67) is unknown color: approx Elf Green. HEX triplet: 1C, 8F and 67. RGB value is (28,143,103). Sum of RGB (Red+Green+Blue) = 28+143+103=274 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.22% from 274); Green value is 143 (56.25% from 255 or 52.19% from 274); Blue value is 103 (40.62% from 255 or 37.59% from 274); Max value from RGB is 143 - color contains mainly: green. Hex color #1C8F67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8F67 is #E37098. Grayscale: #686868. Windows color (decimal): -14905497 or 6786844. OLE color: 6786844.

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

Color convert

RGB28143103-
CMYK0.8000.280.44
HSL159.13º67.25%33.53%-
HSV(B)159.13º80.42%56.08%-
XYZ12.7520.8716.19-
YUV104.06127.473.75-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.22%
GREEN value IS 143 (56.25% from 255) = 52.19%
BLUE value IS 103 (40.62% from 255) = 37.59%
R=10.22%
G=52.19%
B=37.59%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal281431030.8000.280.44159.1367.2533.53
Hex1C8F675001C2C9f4322
Octal342171471200345423710342
Binary111001000111111001111010000011100101100100111111000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1C8F67;
 }
 .AnyTagClassName
 {
   color: #1C8F67;
 }
</style>
background-color css

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

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

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

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

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

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