Html Css Color HEX #0E201D Dark Green

📋 copy color: '#0E201D'

red 14 ◦ green 32 ◦ blue 29

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

Shades of Dark Green #0E201D

Tints of Dark Green #0E201D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 42.67%

 BLUE value IS 29 (11.72% from 255) = 38.67%

R = 18.67%
G = 42.67%
B = 38.67%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.09

 K value IS 0.87

RGB Variations

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

Color information

#0E201D (or 0x0E201D) is known color: Dark Green. HEX triplet: 0E, 20 and 1D. RGB value is (14,32,29). Sum of RGB (Red+Green+Blue) = 14+32+29=75 (9% of max value = 765). Red value is 14 (5.86% from 255 or 18.67% from 75); Green value is 32 (12.89% from 255 or 42.67% from 75); Blue value is 29 (11.72% from 255 or 38.67% from 75); Max value from RGB is 32 - color contains mainly: green. Hex color #0E201D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E201D is #F1DFE2. Grayscale: #1A1A1A. Windows color (decimal): -15851491 or 1908750. OLE color: 1908750.

HSL color Cylindrical-coordinate representation of color #0E201D: hue angle of 170º degrees, saturation: 0.39, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #0E201D is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.87.

Color convert

RGB 14 32 29 -
CMYK 0.56 0 0.09 0.87
HSL 170º 0.39% 0.09% -
HSV(B) 170º 0.56% 0.13% -
XYZ 0.92 1.22 1.35 -
YUV 26.28 129.54 119.24 -
System Red Green Blue C M Y K H S L
Decimal 14 32 29 0.56 0 0.09 0.87 170 0.39 0.09
Hex E 20 1D 38 0 9 57 AA 27 9
Octal 16 40 35 70 0 11 127 252 47 11
Binary 1110 100000 11101 111000 0 1001 1010111 10101010 100111 1001

Color Harmonies of #0E201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E201D

Black with #0E201D

Text Example


Text Example

White with #0E201D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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