#1C8C63

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

Shades of Elf Green #1C8C63

Tints of Elf Green #1C8C63

Color information

#1C8C63 (or 0x1C8C63) is unknown color: approx Elf Green. HEX triplet: 1C, 8C and 63. RGB value is (28,140,99). Sum of RGB (Red+Green+Blue) = 28+140+99=267 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.49% from 267); Green value is 140 (55.08% from 255 or 52.43% from 267); Blue value is 99 (39.06% from 255 or 37.08% from 267); Max value from RGB is 140 - color contains mainly: green. Hex color #1C8C63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8C63 is #E3739C. Grayscale: #656565. Windows color (decimal): -14906269 or 6523932. OLE color: 6523932.

HSL color Cylindrical-coordinate representation of color #1C8C63: hue angle of 158.04º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C8C63 is Cyan = 0.80, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB2814099-
CMYK0.8000.290.45
HSL158.04º66.67%32.94%-
HSV(B)158.04º80%54.9%-
XYZ12.1119.915.01-
YUV101.84126.3975.33-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.49%
GREEN value IS 140 (55.08% from 255) = 52.43%
BLUE value IS 99 (39.06% from 255) = 37.08%
R=10.49%
G=52.43%
B=37.08%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal28140990.8000.290.45158.0466.6732.94
Hex1C8C635001D2D9e4321
Octal342141431200355523610341
Binary111001000110011000111010000011101101101100111101000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,140,99); }

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

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

 a { background-color: rgb(28,140,99); }

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

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

 span { border-color: rgb(28,140,99); }

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