Html Css Color HEX #0E230E Myrtle

📋 copy color: '#0E230E'

red 14 ◦ green 35 ◦ blue 14

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

Shades of Myrtle #0E230E

Tints of Myrtle #0E230E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 55.56%

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

R = 22.22%
G = 55.56%
B = 22.22%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.60

 K value IS 0.86

RGB Variations

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

Color information

#0E230E (or 0x0E230E) is known color: Myrtle. HEX triplet: 0E, 23 and 0E. RGB value is (14,35,14). Sum of RGB (Red+Green+Blue) = 14+35+14=63 (8% of max value = 765). Red value is 14 (5.86% from 255 or 22.22% from 63); Green value is 35 (14.06% from 255 or 55.56% from 63); Blue value is 14 (5.86% from 255 or 22.22% from 63); Max value from RGB is 35 - color contains mainly: green. Hex color #0E230E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E230E is #F1DCF1. Grayscale: #1A1A1A. Windows color (decimal): -15850738 or 926478. OLE color: 926478.

HSL color Cylindrical-coordinate representation of color #0E230E: hue angle of 120º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #0E230E is Cyan = 0.60, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.86.

Color convert

RGB 14 35 14 -
CMYK 0.60 0 0.60 0.86
HSL 120º 0.43% 0.1% -
HSV(B) 120º 0.6% 0.14% -
XYZ 0.86 1.33 0.63 -
YUV 26.33 121.04 119.21 -
System Red Green Blue C M Y K H S L
Decimal 14 35 14 0.60 0 0.60 0.86 120 0.43 0.1
Hex E 23 E 3C 0 3C 56 78 2B A
Octal 16 43 16 74 0 74 126 170 53 12
Binary 1110 100011 1110 111100 0 111100 1010110 1111000 101011 1010

Color Harmonies of #0E230E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E230E

Black with #0E230E

Text Example


Text Example

White with #0E230E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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