#0E291D

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

Shades of Dark Green #0E291D

Tints of Dark Green #0E291D

Color information

#0E291D (or 0x0E291D) is unknown color: approx Dark Green. HEX triplet: 0E, 29 and 1D. RGB value is (14,41,29). Sum of RGB (Red+Green+Blue) = 14+41+29=84 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.67% from 84); Green value is 41 (16.41% from 255 or 48.81% from 84); Blue value is 29 (11.72% from 255 or 34.52% from 84); Max value from RGB is 41 - color contains mainly: green. Hex color #0E291D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E291D is #F1D6E2. Grayscale: #1F1F1F. Windows color (decimal): -15849187 or 1911054. OLE color: 1911054.

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

Color convert

RGB144129-
CMYK0.6600.290.84
HSL153.33º49.09%10.78%-
HSV(B)153.33º65.85%16.08%-
XYZ1.21.771.44-
YUV31.56126.55115.48-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 16.67%
GREEN value IS 41 (16.41% from 255) = 48.81%
BLUE value IS 29 (11.72% from 255) = 34.52%
R=16.67%
G=48.81%
B=34.52%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1441290.6600.290.84153.3349.0910.78
HexE291D4201D549931b
Octal1651351020351242316113
Binary11101010011110110000100111011010100100110011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E291D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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