#0E211B

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

Shades of Dark Green #0E211B

Tints of Dark Green #0E211B

Color information

#0E211B (or 0x0E211B) is unknown color: approx Dark Green. HEX triplet: 0E, 21 and 1B. RGB value is (14,33,27). Sum of RGB (Red+Green+Blue) = 14+33+27=74 (9% of max value = 765). Red value is 14 (5.86% from 255 or 18.92% from 74); Green value is 33 (13.28% from 255 or 44.59% from 74); Blue value is 27 (10.94% from 255 or 36.49% from 74); Max value from RGB is 33 - color contains mainly: green. Hex color #0E211B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E211B is #F1DEE4. Grayscale: #1A1A1A. Windows color (decimal): -15851237 or 1777934. OLE color: 1777934.

HSL color Cylindrical-coordinate representation of color #0E211B: hue angle of 161.05º 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 #0E211B is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.87.

Color convert

RGB143327-
CMYK0.5800.180.87
HSL161.05º40.43%9.22%-
HSV(B)161.05º57.58%12.94%-
XYZ0.921.261.23-
YUV26.64128.21118.99-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 18.92%
GREEN value IS 33 (13.28% from 255) = 44.59%
BLUE value IS 27 (10.94% from 255) = 36.49%
R=18.92%
G=44.59%
B=36.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1433270.5800.180.87161.0540.439.22
HexE211B3A01257a1289
Octal164133720221272415011
Binary1110100001110111110100100101010111101000011010001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E211B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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