#0E281D

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

Shades of Dark Green #0E281D

Tints of Dark Green #0E281D

Color information

#0E281D (or 0x0E281D) is unknown color: approx Dark Green. HEX triplet: 0E, 28 and 1D. RGB value is (14,40,29). Sum of RGB (Red+Green+Blue) = 14+40+29=83 (10% of max value = 765). Red value is 14 (5.86% from 255 or 16.87% from 83); Green value is 40 (16.02% from 255 or 48.19% from 83); Blue value is 29 (11.72% from 255 or 34.94% from 83); Max value from RGB is 40 - color contains mainly: green. Hex color #0E281D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E281D is #F1D7E2. Grayscale: #1E1E1E. Windows color (decimal): -15849443 or 1910798. OLE color: 1910798.

HSL color Cylindrical-coordinate representation of color #0E281D: hue angle of 154.62º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0E281D is Cyan = 0.65, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.84.

Color convert

RGB144029-
CMYK0.6500.280.84
HSL154.62º48.15%10.59%-
HSV(B)154.62º65%15.69%-
XYZ1.161.71.43-
YUV30.97126.89115.89-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 16.87%
GREEN value IS 40 (16.02% from 255) = 48.19%
BLUE value IS 29 (11.72% from 255) = 34.94%
R=16.87%
G=48.19%
B=34.94%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1440290.6500.280.84154.6248.1510.59
HexE281D4101C549b30b
Octal1650351010341242336013
Binary11101010001110110000010111001010100100110111100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E281D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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