Html Css Color HEX #0E1813 Dark Green

📋 copy color: '#0E1813'

red 14 ◦ green 24 ◦ blue 19

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

Shades of Dark Green #0E1813

Tints of Dark Green #0E1813

RGB

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

 GREEN value IS 24 (9.77% from 255) = 42.11%

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

R = 24.56%
G = 42.11%
B = 33.33%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.21

 K value IS 0.91

RGB Variations

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

Color information

#0E1813 (or 0x0E1813) is known color: Dark Green. HEX triplet: 0E, 18 and 13. RGB value is (14,24,19). Sum of RGB (Red+Green+Blue) = 14+24+19=57 (7% of max value = 765). Red value is 14 (5.86% from 255 or 24.56% from 57); Green value is 24 (9.77% from 255 or 42.11% from 57); Blue value is 19 (7.81% from 255 or 33.33% from 57); Max value from RGB is 24 - color contains mainly: green. Hex color #0E1813 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1813 is #F1E7EC. Grayscale: #141414. Windows color (decimal): -15853549 or 1251342. OLE color: 1251342.

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

Color convert

RGB 14 24 19 -
CMYK 0.42 0 0.21 0.91
HSL 150º 0.26% 0.07% -
HSV(B) 150º 0.42% 0.09% -
XYZ 0.63 0.79 0.74 -
YUV 20.44 127.19 123.41 -
System Red Green Blue C M Y K H S L
Decimal 14 24 19 0.42 0 0.21 0.91 150 0.26 0.07
Hex E 18 13 2A 0 15 5B 96 1A 7
Octal 16 30 23 52 0 25 133 226 32 7
Binary 1110 11000 10011 101010 0 10101 1011011 10010110 11010 111

Color Harmonies of #0E1813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1813

Black with #0E1813

Text Example


Text Example

White with #0E1813

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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