#0E1F1B

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

Shades of Dark Green #0E1F1B

Tints of Dark Green #0E1F1B

Color information

#0E1F1B (or 0x0E1F1B) is unknown color: approx Dark Green. HEX triplet: 0E, 1F and 1B. RGB value is (14,31,27). Sum of RGB (Red+Green+Blue) = 14+31+27=72 (9% of max value = 765). Red value is 14 (5.86% from 255 or 19.44% from 72); Green value is 31 (12.5% from 255 or 43.06% from 72); Blue value is 27 (10.94% from 255 or 37.5% from 72); Max value from RGB is 31 - color contains mainly: green. Hex color #0E1F1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E1F1B is #F1E0E4. Grayscale: #191919. Windows color (decimal): -15851749 or 1777422. OLE color: 1777422.

HSL color Cylindrical-coordinate representation of color #0E1F1B: hue angle of 165.88º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #0E1F1B is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.88.

Color convert

RGB143127-
CMYK0.5500.130.88
HSL165.88º37.78%8.82%-
HSV(B)165.88º54.84%12.16%-
XYZ0.871.151.21-
YUV25.46128.87119.83-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 19.44%
GREEN value IS 31 (12.5% from 255) = 43.06%
BLUE value IS 27 (10.94% from 255) = 37.5%
R=19.44%
G=43.06%
B=37.5%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1431270.5500.130.88165.8837.788.82
HexE1F1B370D58a6269
Octal163733670151302464611
Binary11101111111011110111011011011000101001101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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