Html Css Color HEX #15300C Myrtle

📋 copy color: '#15300C'

red 21 ◦ green 48 ◦ blue 12

#15300C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #15300C

Tints of Myrtle #15300C

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 value IS 0.56

 M value IS 0

 Y value IS 0.75

 K value IS 0.81

RGB Variations

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

Color information

#15300C (or 0x15300C) is known color: 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

RGB 21 48 12 -
CMYK 0.56 0 0.75 0.81
HSL 105º 0.6% 0.12% -
HSV(B) 105º 0.75% 0.19% -
XYZ 1.43 2.3 0.72 -
YUV 35.82 114.55 117.43 -
System Red Green Blue C M Y K H S L
Decimal 21 48 12 0.56 0 0.75 0.81 105 0.6 0.12
Hex 15 30 C 38 0 4B 51 69 3C C
Octal 25 60 14 70 0 113 121 151 74 14
Binary 10101 110000 1100 111000 0 1001011 1010001 1101001 111100 1100

Color Harmonies of #15300C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15300C

Black with #15300C

Text Example


Text Example

White with #15300C

Text Example


Text Example

HTML Codes & Css Web 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>