#0E211C

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

Shades of Dark Green #0E211C

Tints of Dark Green #0E211C

Color information

#0E211C (or 0x0E211C) is unknown color: approx Dark Green. HEX triplet: 0E, 21 and 1C. RGB value is (14,33,28). Sum of RGB (Red+Green+Blue) = 14+33+28=75 (9% of max value = 765). Red value is 14 (5.86% from 255 or 18.67% from 75); Green value is 33 (13.28% from 255 or 44% from 75); Blue value is 28 (11.33% from 255 or 37.33% from 75); Max value from RGB is 33 - color contains mainly: green. Hex color #0E211C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E211C is #F1DEE3. Grayscale: #1A1A1A. Windows color (decimal): -15851236 or 1843470. OLE color: 1843470.

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

Color convert

RGB143328-
CMYK0.5800.150.87
HSL164.21º40.43%9.22%-
HSV(B)164.21º57.58%12.94%-
XYZ0.931.261.29-
YUV26.75128.71118.91-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 18.67%
GREEN value IS 33 (13.28% from 255) = 44%
BLUE value IS 28 (11.33% from 255) = 37.33%
R=18.67%
G=44%
B=37.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1433280.5800.150.87164.2140.439.22
HexE211C3A0F57a4289
Octal164134720171272445011
Binary111010000111100111010011111010111101001001010001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E211C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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