Html Css Color HEX #0E1514 Dark Green

📋 copy color: '#0E1514'

red 14 ◦ green 21 ◦ blue 20

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

Shades of Dark Green #0E1514

Tints of Dark Green #0E1514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 36.36%

R = 25.45%
G = 38.18%
B = 36.36%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.05

 K value IS 0.92

RGB Variations

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

Color information

#0E1514 (or 0x0E1514) is known color: Dark Green. HEX triplet: 0E, 15 and 14. RGB value is (14,21,20). Sum of RGB (Red+Green+Blue) = 14+21+20=55 (7% of max value = 765). Red value is 14 (5.86% from 255 or 25.45% from 55); Green value is 21 (8.59% from 255 or 38.18% from 55); Blue value is 20 (8.20% from 255 or 36.36% from 55); Max value from RGB is 21 - color contains mainly: green. Hex color #0E1514 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1514 is #F1EAEB. Grayscale: #121212. Windows color (decimal): -15854316 or 1316110. OLE color: 1316110.

HSL color Cylindrical-coordinate representation of color #0E1514: hue angle of 171.43º 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 #0E1514 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.92.

Color convert

RGB 14 21 20 -
CMYK 0.33 0 0.05 0.92
HSL 171.43º 0.2% 0.07% -
HSV(B) 171.43º 0.33% 0.08% -
XYZ 0.58 0.68 0.76 -
YUV 18.79 128.68 124.58 -
System Red Green Blue C M Y K H S L
Decimal 14 21 20 0.33 0 0.05 0.92 171.43 0.2 0.07
Hex E 15 14 21 0 5 5C AB 14 7
Octal 16 25 24 41 0 5 134 253 24 7
Binary 1110 10101 10100 100001 0 101 1011100 10101011 10100 111

Color Harmonies of #0E1514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1514

Black with #0E1514

Text Example


Text Example

White with #0E1514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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