#0E291C

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

Shades of Dark Green #0E291C

Tints of Dark Green #0E291C

Color information

#0E291C (or 0x0E291C) is unknown color: approx Dark Green. HEX triplet: 0E, 29 and 1C. RGB value is (14,41,28). Sum of RGB (Red+Green+Blue) = 14+41+28=83 (10% of max value = 765). Red value is 14 (5.86% from 255 or 16.87% from 83); Green value is 41 (16.41% from 255 or 49.40% from 83); Blue value is 28 (11.33% from 255 or 33.73% from 83); Max value from RGB is 41 - color contains mainly: green. Hex color #0E291C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E291C is #F1D6E3. Grayscale: #1F1F1F. Windows color (decimal): -15849188 or 1845518. OLE color: 1845518.

HSL color Cylindrical-coordinate representation of color #0E291C: hue angle of 151.11º 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 #0E291C is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.84.

Color convert

RGB144128-
CMYK0.6600.320.84
HSL151.11º49.09%10.78%-
HSV(B)151.11º65.85%16.08%-
XYZ1.181.761.38-
YUV31.44126.05115.56-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 16.87%
GREEN value IS 41 (16.41% from 255) = 49.40%
BLUE value IS 28 (11.33% from 255) = 33.73%
R=16.87%
G=49.40%
B=33.73%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1441280.6600.320.84151.1149.0910.78
HexE291C42020549731b
Octal1651341020401242276113
Binary111010100111100100001001000001010100100101111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E291C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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