#001B15

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

Shades of Dark Green #001B15

Tints of Dark Green #001B15

Color information

#001B15 (or 0x001B15) is unknown color: approx Dark Green. HEX triplet: 00, 1B and 15. RGB value is (0,27,21). Sum of RGB (Red+Green+Blue) = 0+27+21=48 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 48); Green value is 27 (10.94% from 255 or 56.25% from 48); Blue value is 21 (8.59% from 255 or 43.75% from 48); Max value from RGB is 27 - color contains mainly: green. Hex color #001B15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001B15 is #FFE4EA. Grayscale: #121212. Windows color (decimal): -16770283 or 1383168. OLE color: 1383168.

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

Color convert

RGB02721-
CMYK100.220.89
HSL166.67º100%5.29%-
HSV(B)166.67º100%10.59%-
XYZ0.530.840.84-
YUV18.24129.55114.99-

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) = 56.25%
BLUE value IS 21 (8.59% from 255) = 43.75%
R=0%
G=56.25%
B=43.75%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal02721100.220.89166.671005.29
Hex01B156401659a7645
Octal033251440261312471445
Binary0110111010111001000101101011001101001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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