#0E1F18

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

Shades of Dark Green #0E1F18

Tints of Dark Green #0E1F18

Color information

#0E1F18 (or 0x0E1F18) is unknown color: approx Dark Green. HEX triplet: 0E, 1F and 18. RGB value is (14,31,24). Sum of RGB (Red+Green+Blue) = 14+31+24=69 (9% of max value = 765). Red value is 14 (5.86% from 255 or 20.29% from 69); Green value is 31 (12.5% from 255 or 44.93% from 69); Blue value is 24 (9.77% from 255 or 34.78% from 69); Max value from RGB is 31 - color contains mainly: green. Hex color #0E1F18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1F18 is #F1E0E7. Grayscale: #191919. Windows color (decimal): -15851752 or 1580814. OLE color: 1580814.

HSL color Cylindrical-coordinate representation of color #0E1F18: hue angle of 155.29º 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 #0E1F18 is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.88.

Color convert

RGB143124-
CMYK0.5500.230.88
HSL155.29º37.78%8.82%-
HSV(B)155.29º54.84%12.16%-
XYZ0.841.141.04-
YUV25.12127.37120.07-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 20.29%
GREEN value IS 31 (12.5% from 255) = 44.93%
BLUE value IS 24 (9.77% from 255) = 34.78%
R=20.29%
G=44.93%
B=34.78%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1431240.5500.230.88155.2937.788.82
HexE1F1837017589b269
Octal163730670271302334611
Binary111011111110001101110101111011000100110111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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