Html Css Color HEX #0D300C Myrtle

📋 copy color: '#0D300C'

red 13 ◦ green 48 ◦ blue 12

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

Shades of Myrtle #0D300C

Tints of Myrtle #0D300C

RGB

 RED value IS 13 (5.47% from 255) = 17.81%

 GREEN value IS 48 (19.14% from 255) = 65.75%

 BLUE value IS 12 (5.08% from 255) = 16.44%

R = 17.81%
G = 65.75%
B = 16.44%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.75

 K value IS 0.81

RGB Variations

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

Color information

#0D300C (or 0x0D300C) is known color: Myrtle. HEX triplet: 0D, 30 and 0C. RGB value is (13,48,12). Sum of RGB (Red+Green+Blue) = 13+48+12=73 (9% of max value = 765). Red value is 13 (5.47% from 255 or 17.81% from 73); Green value is 48 (19.14% from 255 or 65.75% from 73); Blue value is 12 (5.08% from 255 or 16.44% from 73); Max value from RGB is 48 - color contains mainly: green. Hex color #0D300C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D300C is #F2CFF3. Grayscale: #212121. Windows color (decimal): -15912948 or 798733. OLE color: 798733.

HSL color Cylindrical-coordinate representation of color #0D300C: hue angle of 118.33º 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 #0D300C is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.81.

Color convert

RGB 13 48 12 -
CMYK 0.73 0 0.75 0.81
HSL 118.33º 0.6% 0.12% -
HSV(B) 118.33º 0.75% 0.19% -
XYZ 1.29 2.23 0.71 -
YUV 33.43 115.9 113.43 -
System Red Green Blue C M Y K H S L
Decimal 13 48 12 0.73 0 0.75 0.81 118.33 0.6 0.12
Hex D 30 C 49 0 4B 51 76 3C C
Octal 15 60 14 111 0 113 121 166 74 14
Binary 1101 110000 1100 1001001 0 1001011 1010001 1110110 111100 1100

Color Harmonies of #0D300C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D300C

Black with #0D300C

Text Example


Text Example

White with #0D300C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D300C; }

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

 H1.HeaderClassName
 {
   color: #0D300C;
 }
 .AnyTagClassName
 {
   color: #0D300C;
 }
</style>

background-color css

<style>
 a { background-color: #0D300C; }

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

 div.DivClassName
 {
   background-color: #0D300C;
 }
 .BgClassName
 {
   background-color: #0D300C;
 }
</style>

border-color css

<style>
 span { border-color: #0D300C; }

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

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