Html Css Color HEX #0E300E Myrtle

📋 copy color: '#0E300E'

red 14 ◦ green 48 ◦ blue 14

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

Shades of Myrtle #0E300E

Tints of Myrtle #0E300E

RGB

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

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

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

R = 18.42%
G = 63.16%
B = 18.42%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.71

 K value IS 0.81

RGB Variations

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

Color information

#0E300E (or 0x0E300E) is known color: Myrtle. HEX triplet: 0E, 30 and 0E. RGB value is (14,48,14). Sum of RGB (Red+Green+Blue) = 14+48+14=76 (10% of max value = 765). Red value is 14 (5.86% from 255 or 18.42% from 76); Green value is 48 (19.14% from 255 or 63.16% from 76); Blue value is 14 (5.86% from 255 or 18.42% from 76); Max value from RGB is 48 - color contains mainly: green. Hex color #0E300E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E300E is #F1CFF1. Grayscale: #222222. Windows color (decimal): -15847410 or 929806. OLE color: 929806.

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

Color convert

RGB 14 48 14 -
CMYK 0.71 0 0.71 0.81
HSL 120º 0.55% 0.12% -
HSV(B) 120º 0.71% 0.19% -
XYZ 1.32 2.24 0.78 -
YUV 33.96 116.74 113.76 -
System Red Green Blue C M Y K H S L
Decimal 14 48 14 0.71 0 0.71 0.81 120 0.55 0.12
Hex E 30 E 47 0 47 51 78 37 C
Octal 16 60 16 107 0 107 121 170 67 14
Binary 1110 110000 1110 1000111 0 1000111 1010001 1111000 110111 1100

Color Harmonies of #0E300E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E300E

Black with #0E300E

Text Example


Text Example

White with #0E300E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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