Html Css Color HEX #0D300D Myrtle

📋 copy color: '#0D300D'

red 13 ◦ green 48 ◦ blue 13

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

Shades of Myrtle #0D300D

Tints of Myrtle #0D300D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 17.57%

R = 17.57%
G = 64.86%
B = 17.57%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.73

 K value IS 0.81

RGB Variations

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

Color information

#0D300D (or 0x0D300D) is known color: Myrtle. HEX triplet: 0D, 30 and 0D. RGB value is (13,48,13). Sum of RGB (Red+Green+Blue) = 13+48+13=74 (9% of max value = 765). Red value is 13 (5.47% from 255 or 17.57% from 74); Green value is 48 (19.14% from 255 or 64.86% from 74); Blue value is 13 (5.47% from 255 or 17.57% from 74); Max value from RGB is 48 - color contains mainly: green. Hex color #0D300D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D300D is #F2CFF2. Grayscale: #212121. Windows color (decimal): -15912947 or 864269. OLE color: 864269.

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

Color convert

RGB 13 48 13 -
CMYK 0.73 0 0.73 0.81
HSL 120º 0.57% 0.12% -
HSV(B) 120º 0.73% 0.19% -
XYZ 1.3 2.23 0.74 -
YUV 33.55 116.4 113.35 -
System Red Green Blue C M Y K H S L
Decimal 13 48 13 0.73 0 0.73 0.81 120 0.57 0.12
Hex D 30 D 49 0 49 51 78 39 C
Octal 15 60 15 111 0 111 121 170 71 14
Binary 1101 110000 1101 1001001 0 1001001 1010001 1111000 111001 1100

Color Harmonies of #0D300D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D300D

Black with #0D300D

Text Example


Text Example

White with #0D300D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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