Html Css Color HEX #0E300D Myrtle

📋 copy color: '#0E300D'

red 14 ◦ green 48 ◦ blue 13

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

Shades of Myrtle #0E300D

Tints of Myrtle #0E300D

RGB

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

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

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

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

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.73

 K value IS 0.81

RGB Variations

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

Color information

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

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

Color convert

RGB 14 48 13 -
CMYK 0.71 0 0.73 0.81
HSL 118.29º 0.57% 0.12% -
HSV(B) 118.29º 0.73% 0.19% -
XYZ 1.31 2.24 0.74 -
YUV 33.84 116.24 113.85 -
System Red Green Blue C M Y K H S L
Decimal 14 48 13 0.71 0 0.73 0.81 118.29 0.57 0.12
Hex E 30 D 47 0 49 51 76 39 C
Octal 16 60 15 107 0 111 121 166 71 14
Binary 1110 110000 1101 1000111 0 1001001 1010001 1110110 111001 1100

Color Harmonies of #0E300D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E300D

Black with #0E300D

Text Example


Text Example

White with #0E300D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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