#0E1B14

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

Shades of Dark Green #0E1B14

Tints of Dark Green #0E1B14

Color information

#0E1B14 (or 0x0E1B14) is unknown color: approx Dark Green. HEX triplet: 0E, 1B and 14. RGB value is (14,27,20). Sum of RGB (Red+Green+Blue) = 14+27+20=61 (8% of max value = 765). Red value is 14 (5.86% from 255 or 22.95% from 61); Green value is 27 (10.94% from 255 or 44.26% from 61); Blue value is 20 (8.20% from 255 or 32.79% from 61); Max value from RGB is 27 - color contains mainly: green. Hex color #0E1B14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1B14 is #F1E4EB. Grayscale: #161616. Windows color (decimal): -15852780 or 1317646. OLE color: 1317646.

HSL color Cylindrical-coordinate representation of color #0E1B14: hue angle of 147.69º degrees, saturation: 0.32, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0E1B14 is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.89.

Color convert

RGB142720-
CMYK0.4800.260.89
HSL147.69º31.71%8.04%-
HSV(B)147.69º48.15%10.59%-
XYZ0.70.930.8-
YUV22.32126.69122.07-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 22.95%
GREEN value IS 27 (10.94% from 255) = 44.26%
BLUE value IS 20 (8.20% from 255) = 32.79%
R=22.95%
G=44.26%
B=32.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1427200.4800.260.89147.6931.718.04
HexE1B143001A5994208
Octal163324600321312244010
Binary111011011101001100000110101011001100101001000001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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