#1C8468

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

Shades of Elf Green #1C8468

Tints of Elf Green #1C8468

Color information

#1C8468 (or 0x1C8468) is unknown color: approx Elf Green. HEX triplet: 1C, 84 and 68. RGB value is (28,132,104). Sum of RGB (Red+Green+Blue) = 28+132+104=264 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.61% from 264); Green value is 132 (51.95% from 255 or 50% from 264); Blue value is 104 (41.02% from 255 or 39.39% from 264); Max value from RGB is 132 - color contains mainly: green. Hex color #1C8468 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8468 is #E37B97. Grayscale: #616161. Windows color (decimal): -14908312 or 6849564. OLE color: 6849564.

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

Color convert

RGB28132104-
CMYK0.7900.210.48
HSL163.85º65%31.37%-
HSV(B)163.85º78.79%51.76%-
XYZ11.2317.7515.93-
YUV97.71131.5478.28-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.61%
GREEN value IS 132 (51.95% from 255) = 50%
BLUE value IS 104 (41.02% from 255) = 39.39%
R=10.61%
G=50%
B=39.39%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal281321040.7900.210.48163.856531.37
Hex1C84684F01530a4411f
Octal342041501170256024410137
Binary11100100001001101000100111101010111000010100100100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,132,104); }

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

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

 a { background-color: rgb(28,132,104); }

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

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

 span { border-color: rgb(28,132,104); }

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