#1C3015

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

Shades of Myrtle #1C3015

Tints of Myrtle #1C3015

Color information

#1C3015 (or 0x1C3015) is unknown color: approx Myrtle. HEX triplet: 1C, 30 and 15. RGB value is (28,48,21). Sum of RGB (Red+Green+Blue) = 28+48+21=97 (12% of max value = 765). Red value is 28 (11.33% from 255 or 28.87% from 97); Green value is 48 (19.14% from 255 or 49.48% from 97); Blue value is 21 (8.59% from 255 or 21.65% from 97); Max value from RGB is 48 - color contains mainly: green. Hex color #1C3015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C3015 is #E3CFEA. Grayscale: #272727. Windows color (decimal): -14929899 or 1388572. OLE color: 1388572.

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

Color convert

RGB284821-
CMYK0.4200.560.81
HSL104.44º39.13%13.53%-
HSV(B)104.44º56.25%18.82%-
XYZ1.672.411.09-
YUV38.94117.87120.2-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 28.87%
GREEN value IS 48 (19.14% from 255) = 49.48%
BLUE value IS 21 (8.59% from 255) = 21.65%
R=28.87%
G=49.48%
B=21.65%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2848210.4200.560.81104.4439.1313.53
Hex1C30152A038516827e
Octal346025520701211504716
Binary11100110000101011010100111000101000111010001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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