#15300A

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

Shades of Myrtle #15300A

Tints of Myrtle #15300A

Color information

#15300A (or 0x15300A) is unknown color: approx Myrtle. HEX triplet: 15, 30 and 0A. RGB value is (21,48,10). Sum of RGB (Red+Green+Blue) = 21+48+10=79 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.58% from 79); Green value is 48 (19.14% from 255 or 60.76% from 79); Blue value is 10 (4.30% from 255 or 12.66% from 79); Max value from RGB is 48 - color contains mainly: green. Hex color #15300A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #15300A is #EACFF5. Grayscale: #232323. Windows color (decimal): -15388662 or 667669. OLE color: 667669.

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

Color convert

RGB214810-
CMYK0.5600.790.81
HSL102.63º65.52%11.37%-
HSV(B)102.63º79.17%18.82%-
XYZ1.422.30.66-
YUV35.6113.55117.59-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 26.58%
GREEN value IS 48 (19.14% from 255) = 60.76%
BLUE value IS 10 (4.30% from 255) = 12.66%
R=26.58%
G=60.76%
B=12.66%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2148100.5600.790.81102.6365.5211.37
Hex1530A3804F516742b
Octal25601270011712114710213
Binary101011100001010111000010011111010001110011110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15300A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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