Html Css Color HEX #0E1814 Dark Green

📋 copy color: '#0E1814'

red 14 ◦ green 24 ◦ blue 20

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

Shades of Dark Green #0E1814

Tints of Dark Green #0E1814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 34.48%

R = 24.14%
G = 41.38%
B = 34.48%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.17

 K value IS 0.91

RGB Variations

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

Color information

#0E1814 (or 0x0E1814) is known color: Dark Green. HEX triplet: 0E, 18 and 14. RGB value is (14,24,20). Sum of RGB (Red+Green+Blue) = 14+24+20=58 (7% of max value = 765). Red value is 14 (5.86% from 255 or 24.14% from 58); Green value is 24 (9.77% from 255 or 41.38% from 58); Blue value is 20 (8.20% from 255 or 34.48% from 58); Max value from RGB is 24 - color contains mainly: green. Hex color #0E1814 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1814 is #F1E7EB. Grayscale: #141414. Windows color (decimal): -15853548 or 1316878. OLE color: 1316878.

HSL color Cylindrical-coordinate representation of color #0E1814: hue angle of 156º 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 #0E1814 is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.91.

Color convert

RGB 14 24 20 -
CMYK 0.42 0 0.17 0.91
HSL 156º 0.26% 0.07% -
HSV(B) 156º 0.42% 0.09% -
XYZ 0.63 0.8 0.78 -
YUV 20.55 127.69 123.33 -
System Red Green Blue C M Y K H S L
Decimal 14 24 20 0.42 0 0.17 0.91 156 0.26 0.07
Hex E 18 14 2A 0 11 5B 9C 1A 7
Octal 16 30 24 52 0 21 133 234 32 7
Binary 1110 11000 10100 101010 0 10001 1011011 10011100 11010 111

Color Harmonies of #0E1814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1814

Black with #0E1814

Text Example


Text Example

White with #0E1814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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