#1C8565

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

Shades of Elf Green #1C8565

Tints of Elf Green #1C8565

Color information

#1C8565 (or 0x1C8565) is unknown color: approx Elf Green. HEX triplet: 1C, 85 and 65. RGB value is (28,133,101). Sum of RGB (Red+Green+Blue) = 28+133+101=262 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.69% from 262); Green value is 133 (52.34% from 255 or 50.76% from 262); Blue value is 101 (39.84% from 255 or 38.55% from 262); Max value from RGB is 133 - color contains mainly: green. Hex color #1C8565 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8565 is #E37A9A. Grayscale: #616161. Windows color (decimal): -14908059 or 6653212. OLE color: 6653212.

HSL color Cylindrical-coordinate representation of color #1C8565: hue angle of 161.71º 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 #1C8565 is Cyan = 0.79, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB28133101-
CMYK0.7900.240.48
HSL161.71º65.22%31.57%-
HSV(B)161.71º78.95%52.16%-
XYZ11.2217.9615.19-
YUV97.96129.7178.1-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.69%
GREEN value IS 133 (52.34% from 255) = 50.76%
BLUE value IS 101 (39.84% from 255) = 38.55%
R=10.69%
G=50.76%
B=38.55%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal281331010.7900.240.48161.7165.2231.57
Hex1C85654F01830a24120
Octal342051451170306024210140
Binary111001000010111001011001111011000110000101000101000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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