Html Css Color HEX #0E1513 Dark Green

📋 copy color: '#0E1513'

red 14 ◦ green 21 ◦ blue 19

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

Shades of Dark Green #0E1513

Tints of Dark Green #0E1513

RGB

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

 GREEN value IS 21 (8.59% from 255) = 38.89%

 BLUE value IS 19 (7.81% from 255) = 35.19%

R = 25.93%
G = 38.89%
B = 35.19%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.10

 K value IS 0.92

RGB Variations

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

Color information

#0E1513 (or 0x0E1513) is known color: Dark Green. HEX triplet: 0E, 15 and 13. RGB value is (14,21,19). Sum of RGB (Red+Green+Blue) = 14+21+19=54 (7% of max value = 765). Red value is 14 (5.86% from 255 or 25.93% from 54); Green value is 21 (8.59% from 255 or 38.89% from 54); Blue value is 19 (7.81% from 255 or 35.19% from 54); Max value from RGB is 21 - color contains mainly: green. Hex color #0E1513 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1513 is #F1EAEC. Grayscale: #121212. Windows color (decimal): -15854317 or 1250574. OLE color: 1250574.

HSL color Cylindrical-coordinate representation of color #0E1513: hue angle of 162.86º degrees, saturation: 0.2, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #0E1513 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.92.

Color convert

RGB 14 21 19 -
CMYK 0.33 0 0.10 0.92
HSL 162.86º 0.2% 0.07% -
HSV(B) 162.86º 0.33% 0.08% -
XYZ 0.57 0.68 0.72 -
YUV 18.68 128.18 124.66 -
System Red Green Blue C M Y K H S L
Decimal 14 21 19 0.33 0 0.10 0.92 162.86 0.2 0.07
Hex E 15 13 21 0 A 5C A3 14 7
Octal 16 25 23 41 0 12 134 243 24 7
Binary 1110 10101 10011 100001 0 1010 1011100 10100011 10100 111

Color Harmonies of #0E1513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1513

Black with #0E1513

Text Example


Text Example

White with #0E1513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,21,19); }

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

background-color css

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

 a { background-color: rgb(14,21,19); }

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

border-color css

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

 span { border-color: rgb(14,21,19); }

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