Html Css Color HEX #0D300F Myrtle

📋 copy color: '#0D300F'

red 13 ◦ green 48 ◦ blue 15

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

Shades of Myrtle #0D300F

Tints of Myrtle #0D300F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 19.74%

R = 17.11%
G = 63.16%
B = 19.74%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.69

 K value IS 0.81

RGB Variations

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

Color information

#0D300F (or 0x0D300F) is known color: Myrtle. HEX triplet: 0D, 30 and 0F. RGB value is (13,48,15). Sum of RGB (Red+Green+Blue) = 13+48+15=76 (10% of max value = 765). Red value is 13 (5.47% from 255 or 17.11% from 76); Green value is 48 (19.14% from 255 or 63.16% from 76); Blue value is 15 (6.25% from 255 or 19.74% from 76); Max value from RGB is 48 - color contains mainly: green. Hex color #0D300F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D300F is #F2CFF0. Grayscale: #212121. Windows color (decimal): -15912945 or 995341. OLE color: 995341.

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

Color convert

RGB 13 48 15 -
CMYK 0.73 0 0.69 0.81
HSL 123.43º 0.57% 0.12% -
HSV(B) 123.43º 0.73% 0.19% -
XYZ 1.31 2.23 0.81 -
YUV 33.77 117.4 113.18 -
System Red Green Blue C M Y K H S L
Decimal 13 48 15 0.73 0 0.69 0.81 123.43 0.57 0.12
Hex D 30 F 49 0 45 51 7B 39 C
Octal 15 60 17 111 0 105 121 173 71 14
Binary 1101 110000 1111 1001001 0 1000101 1010001 1111011 111001 1100

Color Harmonies of #0D300F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D300F

Black with #0D300F

Text Example


Text Example

White with #0D300F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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