#15300C

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

Shades of Myrtle #15300C

Tints of Myrtle #15300C

Color information

#15300C (or 0x15300C) is unknown color: approx Myrtle. HEX triplet: 15, 30 and 0C. RGB value is (21,48,12). Sum of RGB (Red+Green+Blue) = 21+48+12=81 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.93% from 81); Green value is 48 (19.14% from 255 or 59.26% from 81); Blue value is 12 (5.08% from 255 or 14.81% from 81); Max value from RGB is 48 - color contains mainly: green. Hex color #15300C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #15300C is #EACFF3. Grayscale: #232323. Windows color (decimal): -15388660 or 798741. OLE color: 798741.

HSL color Cylindrical-coordinate representation of color #15300C: hue angle of 105º degrees, saturation: 0.6, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #15300C is Cyan = 0.56, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.81.

Color convert

RGB214812-
CMYK0.5600.750.81
HSL105º60%11.76%-
HSV(B)105º75%18.82%-
XYZ1.432.30.72-
YUV35.82114.55117.43-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 25.93%
GREEN value IS 48 (19.14% from 255) = 59.26%
BLUE value IS 12 (5.08% from 255) = 14.81%
R=25.93%
G=59.26%
B=14.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2148120.5600.750.811056011.76
Hex1530C3804B51693cc
Octal2560147001131211517414
Binary10101110000110011100001001011101000111010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15300C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15300C; }

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

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

<style>
 a { background-color: #15300C; }

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

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

<style>
 span { border-color: #15300C; }

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

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