Html Css Color HEX #0E1D18 Dark Green

📋 copy color: '#0E1D18'

red 14 ◦ green 29 ◦ blue 24

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

Shades of Dark Green #0E1D18

Tints of Dark Green #0E1D18

RGB

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

 GREEN value IS 29 (11.72% from 255) = 43.28%

 BLUE value IS 24 (9.77% from 255) = 35.82%

R = 20.9%
G = 43.28%
B = 35.82%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.17

 K value IS 0.89

RGB Variations

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

Color information

#0E1D18 (or 0x0E1D18) is known color: Dark Green. HEX triplet: 0E, 1D and 18. RGB value is (14,29,24). Sum of RGB (Red+Green+Blue) = 14+29+24=67 (8% of max value = 765). Red value is 14 (5.86% from 255 or 20.90% from 67); Green value is 29 (11.72% from 255 or 43.28% from 67); Blue value is 24 (9.77% from 255 or 35.82% from 67); Max value from RGB is 29 - color contains mainly: green. Hex color #0E1D18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1D18 is #F1E2E7. Grayscale: #171717. Windows color (decimal): -15852264 or 1580302. OLE color: 1580302.

HSL color Cylindrical-coordinate representation of color #0E1D18: hue angle of 160º degrees, saturation: 0.35, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0E1D18 is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.89.

Color convert

RGB 14 29 24 -
CMYK 0.52 0 0.17 0.89
HSL 160º 0.35% 0.08% -
HSV(B) 160º 0.52% 0.11% -
XYZ 0.79 1.04 1.02 -
YUV 23.95 128.03 120.91 -
System Red Green Blue C M Y K H S L
Decimal 14 29 24 0.52 0 0.17 0.89 160 0.35 0.08
Hex E 1D 18 34 0 11 59 A0 23 8
Octal 16 35 30 64 0 21 131 240 43 10
Binary 1110 11101 11000 110100 0 10001 1011001 10100000 100011 1000

Color Harmonies of #0E1D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1D18

Black with #0E1D18

Text Example


Text Example

White with #0E1D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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