#0E1F1A

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

Shades of Dark Green #0E1F1A

Tints of Dark Green #0E1F1A

Color information

#0E1F1A (or 0x0E1F1A) is unknown color: approx Dark Green. HEX triplet: 0E, 1F and 1A. RGB value is (14,31,26). Sum of RGB (Red+Green+Blue) = 14+31+26=71 (9% of max value = 765). Red value is 14 (5.86% from 255 or 19.72% from 71); Green value is 31 (12.5% from 255 or 43.66% from 71); Blue value is 26 (10.55% from 255 or 36.62% from 71); Max value from RGB is 31 - color contains mainly: green. Hex color #0E1F1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E1F1A is #F1E0E5. Grayscale: #191919. Windows color (decimal): -15851750 or 1711886. OLE color: 1711886.

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

Color convert

RGB143126-
CMYK0.5500.160.88
HSL162.35º37.78%8.82%-
HSV(B)162.35º54.84%12.16%-
XYZ0.861.151.15-
YUV25.35128.37119.91-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 19.72%
GREEN value IS 31 (12.5% from 255) = 43.66%
BLUE value IS 26 (10.55% from 255) = 36.62%
R=19.72%
G=43.66%
B=36.62%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1431260.5500.160.88162.3537.788.82
HexE1F1A3701058a2269
Octal163732670201302424611
Binary111011111110101101110100001011000101000101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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