#1C301D

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

Shades of Myrtle #1C301D

Tints of Myrtle #1C301D

Color information

#1C301D (or 0x1C301D) is unknown color: approx Myrtle. HEX triplet: 1C, 30 and 1D. RGB value is (28,48,29). Sum of RGB (Red+Green+Blue) = 28+48+29=105 (13% of max value = 765). Red value is 28 (11.33% from 255 or 26.67% from 105); Green value is 48 (19.14% from 255 or 45.71% from 105); Blue value is 29 (11.72% from 255 or 27.62% from 105); Max value from RGB is 48 - color contains mainly: green. Hex color #1C301D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C301D is #E3CFE2. Grayscale: #272727. Windows color (decimal): -14929891 or 1912860. OLE color: 1912860.

HSL color Cylindrical-coordinate representation of color #1C301D: hue angle of 123º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #1C301D is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.81.

Color convert

RGB284829-
CMYK0.4200.400.81
HSL123º26.32%14.9%-
HSV(B)123º41.67%18.82%-
XYZ1.762.451.54-
YUV39.85121.87119.54-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 26.67%
GREEN value IS 48 (19.14% from 255) = 45.71%
BLUE value IS 29 (11.72% from 255) = 27.62%
R=26.67%
G=45.71%
B=27.62%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2848290.4200.400.8112326.3214.9
Hex1C301D2A028517b1af
Octal346035520501211733217
Binary1110011000011101101010010100010100011111011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C301D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,48,29); }

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

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

 a { background-color: rgb(28,48,29); }

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

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

 span { border-color: rgb(28,48,29); }

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