Html Css Color HEX #0D300E Myrtle

📋 copy color: '#0D300E'

red 13 ◦ green 48 ◦ blue 14

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

Shades of Myrtle #0D300E

Tints of Myrtle #0D300E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 18.67%

R = 17.33%
G = 64%
B = 18.67%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.71

 K value IS 0.81

RGB Variations

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

Color information

#0D300E (or 0x0D300E) is known color: Myrtle. HEX triplet: 0D, 30 and 0E. RGB value is (13,48,14). Sum of RGB (Red+Green+Blue) = 13+48+14=75 (9% of max value = 765). Red value is 13 (5.47% from 255 or 17.33% from 75); Green value is 48 (19.14% from 255 or 64% from 75); Blue value is 14 (5.86% from 255 or 18.67% from 75); Max value from RGB is 48 - color contains mainly: green. Hex color #0D300E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D300E is #F2CFF1. Grayscale: #212121. Windows color (decimal): -15912946 or 929805. OLE color: 929805.

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

Color convert

RGB 13 48 14 -
CMYK 0.73 0 0.71 0.81
HSL 121.71º 0.57% 0.12% -
HSV(B) 121.71º 0.73% 0.19% -
XYZ 1.3 2.23 0.78 -
YUV 33.66 116.9 113.26 -
System Red Green Blue C M Y K H S L
Decimal 13 48 14 0.73 0 0.71 0.81 121.71 0.57 0.12
Hex D 30 E 49 0 47 51 7A 39 C
Octal 15 60 16 111 0 107 121 172 71 14
Binary 1101 110000 1110 1001001 0 1000111 1010001 1111010 111001 1100

Color Harmonies of #0D300E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D300E

Black with #0D300E

Text Example


Text Example

White with #0D300E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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