Html Css Color HEX #0E1713 Dark Green

📋 copy color: '#0E1713'

red 14 ◦ green 23 ◦ blue 19

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

Shades of Dark Green #0E1713

Tints of Dark Green #0E1713

RGB

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

 GREEN value IS 23 (9.38% from 255) = 41.07%

 BLUE value IS 19 (7.81% from 255) = 33.93%

R = 25%
G = 41.07%
B = 33.93%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.17

 K value IS 0.91

RGB Variations

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

Color information

#0E1713 (or 0x0E1713) is known color: Dark Green. HEX triplet: 0E, 17 and 13. RGB value is (14,23,19). Sum of RGB (Red+Green+Blue) = 14+23+19=56 (7% of max value = 765). Red value is 14 (5.86% from 255 or 25% from 56); Green value is 23 (9.38% from 255 or 41.07% from 56); Blue value is 19 (7.81% from 255 or 33.93% from 56); Max value from RGB is 23 - color contains mainly: green. Hex color #0E1713 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1713 is #F1E8EC. Grayscale: #131313. Windows color (decimal): -15853805 or 1251086. OLE color: 1251086.

HSL color Cylindrical-coordinate representation of color #0E1713: hue angle of 153.33º degrees, saturation: 0.24, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #0E1713 is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.91.

Color convert

RGB 14 23 19 -
CMYK 0.39 0 0.17 0.91
HSL 153.33º 0.24% 0.07% -
HSV(B) 153.33º 0.39% 0.09% -
XYZ 0.61 0.75 0.73 -
YUV 19.85 127.52 123.83 -
System Red Green Blue C M Y K H S L
Decimal 14 23 19 0.39 0 0.17 0.91 153.33 0.24 0.07
Hex E 17 13 27 0 11 5B 99 18 7
Octal 16 27 23 47 0 21 133 231 30 7
Binary 1110 10111 10011 100111 0 10001 1011011 10011001 11000 111

Color Harmonies of #0E1713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1713

Black with #0E1713

Text Example


Text Example

White with #0E1713

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,23,19); }

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

background-color css

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

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

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

border-color css

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

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

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