#1C8D6B

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

Shades of Elf Green #1C8D6B

Tints of Elf Green #1C8D6B

Color information

#1C8D6B (or 0x1C8D6B) is unknown color: approx Elf Green. HEX triplet: 1C, 8D and 6B. RGB value is (28,141,107). Sum of RGB (Red+Green+Blue) = 28+141+107=276 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.14% from 276); Green value is 141 (55.47% from 255 or 51.09% from 276); Blue value is 107 (42.19% from 255 or 38.77% from 276); Max value from RGB is 141 - color contains mainly: green. Hex color #1C8D6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8D6B is #E37294. Grayscale: #676767. Windows color (decimal): -14906005 or 7048476. OLE color: 7048476.

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

Color convert

RGB28141107-
CMYK0.8000.240.45
HSL161.95º66.86%33.14%-
HSV(B)161.95º80.14%55.29%-
XYZ12.6620.3617.17-
YUV103.34130.0674.26-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.14%
GREEN value IS 141 (55.47% from 255) = 51.09%
BLUE value IS 107 (42.19% from 255) = 38.77%
R=10.14%
G=51.09%
B=38.77%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal281411070.8000.240.45161.9566.8633.14
Hex1C8D6B500182Da24321
Octal342151531200305524210341
Binary111001000110111010111010000011000101101101000101000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,141,107); }

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

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

 a { background-color: rgb(28,141,107); }

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

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

 span { border-color: rgb(28,141,107); }

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