#001C14

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

Shades of Dark Green #001C14

Tints of Dark Green #001C14

Color information

#001C14 (or 0x001C14) is unknown color: approx Dark Green. HEX triplet: 00, 1C and 14. RGB value is (0,28,20). Sum of RGB (Red+Green+Blue) = 0+28+20=48 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 48); Green value is 28 (11.33% from 255 or 58.33% from 48); Blue value is 20 (8.20% from 255 or 41.67% from 48); Max value from RGB is 28 - color contains mainly: green. Hex color #001C14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001C14 is #FFE3EB. Grayscale: #121212. Windows color (decimal): -16770028 or 1317888. OLE color: 1317888.

HSL color Cylindrical-coordinate representation of color #001C14: hue angle of 162.86º 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 #001C14 is Cyan = 1, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.89.

Color convert

RGB02820-
CMYK100.290.89
HSL162.86º100%5.49%-
HSV(B)162.86º100%10.98%-
XYZ0.540.880.8-
YUV18.72128.72114.65-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 28 (11.33% from 255) = 58.33%
BLUE value IS 20 (8.20% from 255) = 41.67%
R=0%
G=58.33%
B=41.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal02820100.290.89162.861005.49
Hex01C146401D59a3645
Octal034241440351312431445
Binary0111001010011001000111011011001101000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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