Html Css Color HEX #0E1716 Dark Green

📋 copy color: '#0E1716'

red 14 ◦ green 23 ◦ blue 22

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

Shades of Dark Green #0E1716

Tints of Dark Green #0E1716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 37.29%

R = 23.73%
G = 38.98%
B = 37.29%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.04

 K value IS 0.91

RGB Variations

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

Color information

#0E1716 (or 0x0E1716) is known color: Dark Green. HEX triplet: 0E, 17 and 16. RGB value is (14,23,22). Sum of RGB (Red+Green+Blue) = 14+23+22=59 (7% of max value = 765). Red value is 14 (5.86% from 255 or 23.73% from 59); Green value is 23 (9.38% from 255 or 38.98% from 59); Blue value is 22 (8.98% from 255 or 37.29% from 59); Max value from RGB is 23 - color contains mainly: green. Hex color #0E1716 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1716 is #F1E8E9. Grayscale: #141414. Windows color (decimal): -15853802 or 1447694. OLE color: 1447694.

HSL color Cylindrical-coordinate representation of color #0E1716: hue angle of 173.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 #0E1716 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.91.

Color convert

RGB 14 23 22 -
CMYK 0.39 0 0.04 0.91
HSL 173.33º 0.24% 0.07% -
HSV(B) 173.33º 0.39% 0.09% -
XYZ 0.63 0.76 0.87 -
YUV 20.2 129.02 123.58 -
System Red Green Blue C M Y K H S L
Decimal 14 23 22 0.39 0 0.04 0.91 173.33 0.24 0.07
Hex E 17 16 27 0 4 5B AD 18 7
Octal 16 27 26 47 0 4 133 255 30 7
Binary 1110 10111 10110 100111 0 100 1011011 10101101 11000 111

Color Harmonies of #0E1716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1716

Black with #0E1716

Text Example


Text Example

White with #0E1716

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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