#01140E

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

Shades of Dark Green #01140E

Tints of Dark Green #01140E

Color information

#01140E (or 0x01140E) is unknown color: approx Dark Green. HEX triplet: 01, 14 and 0E. RGB value is (1,20,14). Sum of RGB (Red+Green+Blue) = 1+20+14=35 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.86% from 35); Green value is 20 (8.20% from 255 or 57.14% from 35); Blue value is 14 (5.86% from 255 or 40% from 35); Max value from RGB is 20 - color contains mainly: green. Hex color #01140E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01140E is #FEEBF1. Grayscale: #0D0D0D. Windows color (decimal): -16706546 or 922625. OLE color: 922625.

HSL color Cylindrical-coordinate representation of color #01140E: hue angle of 161.05º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #01140E is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.92.

Color convert

RGB12014-
CMYK0.9500.300.92
HSL161.05º90.48%4.12%-
HSV(B)161.05º95%7.84%-
XYZ0.340.540.5-
YUV13.63128.21118.99-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.86%
GREEN value IS 20 (8.20% from 255) = 57.14%
BLUE value IS 14 (5.86% from 255) = 40%
R=2.86%
G=57.14%
B=40%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal120140.9500.300.92161.0590.484.12
Hex114E5F01E5Ca15a4
Octal124161370361342411324
Binary110100111010111110111101011100101000011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01140E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01140E; }

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

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

<style>
 a { background-color: #01140E; }

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

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

<style>
 span { border-color: #01140E; }

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

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