Html Css Color HEX #0E1C18 Dark Green

📋 copy color: '#0E1C18'

red 14 ◦ green 28 ◦ blue 24

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

Shades of Dark Green #0E1C18

Tints of Dark Green #0E1C18

RGB

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

 GREEN value IS 28 (11.33% from 255) = 42.42%

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

R = 21.21%
G = 42.42%
B = 36.36%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.14

 K value IS 0.89

RGB Variations

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

Color information

#0E1C18 (or 0x0E1C18) is known color: Dark Green. HEX triplet: 0E, 1C and 18. RGB value is (14,28,24). Sum of RGB (Red+Green+Blue) = 14+28+24=66 (8% of max value = 765). Red value is 14 (5.86% from 255 or 21.21% from 66); Green value is 28 (11.33% from 255 or 42.42% from 66); Blue value is 24 (9.77% from 255 or 36.36% from 66); Max value from RGB is 28 - color contains mainly: green. Hex color #0E1C18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1C18 is #F1E3E7. Grayscale: #171717. Windows color (decimal): -15852520 or 1580046. OLE color: 1580046.

HSL color Cylindrical-coordinate representation of color #0E1C18: hue angle of 162.86º degrees, saturation: 0.33, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0E1C18 is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.89.

Color convert

RGB 14 28 24 -
CMYK 0.50 0 0.14 0.89
HSL 162.86º 0.33% 0.08% -
HSV(B) 162.86º 0.5% 0.11% -
XYZ 0.76 0.99 1.02 -
YUV 23.36 128.36 121.33 -
System Red Green Blue C M Y K H S L
Decimal 14 28 24 0.50 0 0.14 0.89 162.86 0.33 0.08
Hex E 1C 18 32 0 E 59 A3 21 8
Octal 16 34 30 62 0 16 131 243 41 10
Binary 1110 11100 11000 110010 0 1110 1011001 10100011 100001 1000

Color Harmonies of #0E1C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1C18

Black with #0E1C18

Text Example


Text Example

White with #0E1C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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