#1C8B6E

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

Shades of Elf Green #1C8B6E

Tints of Elf Green #1C8B6E

Color information

#1C8B6E (or 0x1C8B6E) is unknown color: approx Elf Green. HEX triplet: 1C, 8B and 6E. RGB value is (28,139,110). Sum of RGB (Red+Green+Blue) = 28+139+110=277 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.11% from 277); Green value is 139 (54.69% from 255 or 50.18% from 277); Blue value is 110 (43.36% from 255 or 39.71% from 277); Max value from RGB is 139 - color contains mainly: green. Hex color #1C8B6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8B6E is #E37491. Grayscale: #666666. Windows color (decimal): -14906514 or 7244572. OLE color: 7244572.

HSL color Cylindrical-coordinate representation of color #1C8B6E: hue angle of 164.32º degrees, saturation: 0.66, 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 #1C8B6E is Cyan = 0.80, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB28139110-
CMYK0.8000.210.45
HSL164.32º66.47%32.75%-
HSV(B)164.32º79.86%54.51%-
XYZ12.5319.8417.92-
YUV102.5132.2374.86-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.11%
GREEN value IS 139 (54.69% from 255) = 50.18%
BLUE value IS 110 (43.36% from 255) = 39.71%
R=10.11%
G=50.18%
B=39.71%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal281391100.8000.210.45164.3266.4732.75
Hex1C8B6E500152Da44221
Octal342131561200255524410241
Binary111001000101111011101010000010101101101101001001000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,139,110); }

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

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

 a { background-color: rgb(28,139,110); }

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

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

 span { border-color: rgb(28,139,110); }

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