#0E211A

Color #0E211A Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #0E211A

Tints of Dark Green #0E211A

Color information

#0E211A (or 0x0E211A) is unknown color: approx Dark Green. HEX triplet: 0E, 21 and 1A. RGB value is (14,33,26). Sum of RGB (Red+Green+Blue) = 14+33+26=73 (9% of max value = 765). Red value is 14 (5.86% from 255 or 19.18% from 73); Green value is 33 (13.28% from 255 or 45.21% from 73); Blue value is 26 (10.55% from 255 or 35.62% from 73); Max value from RGB is 33 - color contains mainly: green. Hex color #0E211A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E211A is #F1DEE5. Grayscale: #1A1A1A. Windows color (decimal): -15851238 or 1712398. OLE color: 1712398.

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

Color convert

RGB143326-
CMYK0.5800.210.87
HSL157.89º40.43%9.22%-
HSV(B)157.89º57.58%12.94%-
XYZ0.911.261.17-
YUV26.52127.71119.07-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 19.18%
GREEN value IS 33 (13.28% from 255) = 45.21%
BLUE value IS 26 (10.55% from 255) = 35.62%
R=19.18%
G=45.21%
B=35.62%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1433260.5800.210.87157.8940.439.22
HexE211A3A015579e289
Octal164132720251272365011
Binary1110100001110101110100101011010111100111101010001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E211A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,33,26); }

 H1.HeaderClassName
 {
   color: #0E211A;
 }
 .AnyTagClassName
 {
   color: #0E211A;
 }
</style>
background-color css

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

 a { background-color: rgb(14,33,26); }

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

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

 span { border-color: rgb(14,33,26); }

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