Html Css Color HEX #0E290F Myrtle

📋 copy color: '#0E290F'

red 14 ◦ green 41 ◦ blue 15

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

Shades of Myrtle #0E290F

Tints of Myrtle #0E290F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 58.57%

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

R = 20%
G = 58.57%
B = 21.43%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.63

 K value IS 0.84

RGB Variations

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

Color information

#0E290F (or 0x0E290F) is known color: Myrtle. HEX triplet: 0E, 29 and 0F. RGB value is (14,41,15). Sum of RGB (Red+Green+Blue) = 14+41+15=70 (9% of max value = 765). Red value is 14 (5.86% from 255 or 20% from 70); Green value is 41 (16.41% from 255 or 58.57% from 70); Blue value is 15 (6.25% from 255 or 21.43% from 70); Max value from RGB is 41 - color contains mainly: green. Hex color #0E290F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E290F is #F1D6F0. Grayscale: #1E1E1E. Windows color (decimal): -15849201 or 993550. OLE color: 993550.

HSL color Cylindrical-coordinate representation of color #0E290F: hue angle of 122.22º degrees, saturation: 0.49, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0E290F is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.84.

Color convert

RGB 14 41 15 -
CMYK 0.66 0 0.63 0.84
HSL 122.22º 0.49% 0.11% -
HSV(B) 122.22º 0.66% 0.16% -
XYZ 1.06 1.71 0.73 -
YUV 29.96 119.55 116.61 -
System Red Green Blue C M Y K H S L
Decimal 14 41 15 0.66 0 0.63 0.84 122.22 0.49 0.11
Hex E 29 F 42 0 3F 54 7A 31 B
Octal 16 51 17 102 0 77 124 172 61 13
Binary 1110 101001 1111 1000010 0 111111 1010100 1111010 110001 1011

Color Harmonies of #0E290F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E290F

Black with #0E290F

Text Example


Text Example

White with #0E290F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,41,15); }

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

background-color css

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

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

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

border-color css

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

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

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