#1C8568

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

Shades of Elf Green #1C8568

Tints of Elf Green #1C8568

Color information

#1C8568 (or 0x1C8568) is unknown color: approx Elf Green. HEX triplet: 1C, 85 and 68. RGB value is (28,133,104). Sum of RGB (Red+Green+Blue) = 28+133+104=265 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.57% from 265); Green value is 133 (52.34% from 255 or 50.19% from 265); Blue value is 104 (41.02% from 255 or 39.25% from 265); Max value from RGB is 133 - color contains mainly: green. Hex color #1C8568 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8568 is #E37A97. Grayscale: #626262. Windows color (decimal): -14908056 or 6849820. OLE color: 6849820.

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

Color convert

RGB28133104-
CMYK0.7900.220.48
HSL163.43º65.22%31.57%-
HSV(B)163.43º78.95%52.16%-
XYZ11.3718.0215.98-
YUV98.3131.2177.86-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.57%
GREEN value IS 133 (52.34% from 255) = 50.19%
BLUE value IS 104 (41.02% from 255) = 39.25%
R=10.57%
G=50.19%
B=39.25%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal281331040.7900.220.48163.4365.2231.57
Hex1C85684F01630a34120
Octal342051501170266024310140
Binary111001000010111010001001111010110110000101000111000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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