Html Css Color HEX #0E1816 Dark Green

📋 copy color: '#0E1816'

red 14 ◦ green 24 ◦ blue 22

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

Shades of Dark Green #0E1816

Tints of Dark Green #0E1816

RGB

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

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

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

R = 23.33%
G = 40%
B = 36.67%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.08

 K value IS 0.91

RGB Variations

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

Color information

#0E1816 (or 0x0E1816) is known color: Dark Green. HEX triplet: 0E, 18 and 16. RGB value is (14,24,22). Sum of RGB (Red+Green+Blue) = 14+24+22=60 (7% of max value = 765). Red value is 14 (5.86% from 255 or 23.33% from 60); Green value is 24 (9.77% from 255 or 40% from 60); Blue value is 22 (8.98% from 255 or 36.67% from 60); Max value from RGB is 24 - color contains mainly: green. Hex color #0E1816 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1816 is #F1E7E9. Grayscale: #141414. Windows color (decimal): -15853546 or 1447950. OLE color: 1447950.

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

Color convert

RGB 14 24 22 -
CMYK 0.42 0 0.08 0.91
HSL 168º 0.26% 0.07% -
HSV(B) 168º 0.42% 0.09% -
XYZ 0.65 0.8 0.88 -
YUV 20.78 128.69 123.16 -
System Red Green Blue C M Y K H S L
Decimal 14 24 22 0.42 0 0.08 0.91 168 0.26 0.07
Hex E 18 16 2A 0 8 5B A8 1A 7
Octal 16 30 26 52 0 10 133 250 32 7
Binary 1110 11000 10110 101010 0 1000 1011011 10101000 11010 111

Color Harmonies of #0E1816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1816

Black with #0E1816

Text Example


Text Example

White with #0E1816

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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