#001B14

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

Shades of Dark Green #001B14

Tints of Dark Green #001B14

Color information

#001B14 (or 0x001B14) is unknown color: approx Dark Green. HEX triplet: 00, 1B and 14. RGB value is (0,27,20). Sum of RGB (Red+Green+Blue) = 0+27+20=47 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 47); Green value is 27 (10.94% from 255 or 57.45% from 47); Blue value is 20 (8.20% from 255 or 42.55% from 47); Max value from RGB is 27 - color contains mainly: green. Hex color #001B14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001B14 is #FFE4EB. Grayscale: #121212. Windows color (decimal): -16770284 or 1317632. OLE color: 1317632.

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

Color convert

RGB02720-
CMYK100.260.89
HSL164.44º100%5.29%-
HSV(B)164.44º100%10.59%-
XYZ0.520.830.8-
YUV18.13129.05115.07-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 27 (10.94% from 255) = 57.45%
BLUE value IS 20 (8.20% from 255) = 42.55%
R=0%
G=57.45%
B=42.55%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal02720100.260.89164.441005.29
Hex01B146401A59a4645
Octal033241440321312441445
Binary0110111010011001000110101011001101001001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001B14; }

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

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

<style>
 a { background-color: #001B14; }

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

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

<style>
 span { border-color: #001B14; }

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

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