#001A0F

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

Shades of Dark Green #001A0F

Tints of Dark Green #001A0F

Color information

#001A0F (or 0x001A0F) is unknown color: approx Dark Green. HEX triplet: 00, 1A and 0F. RGB value is (0,26,15). Sum of RGB (Red+Green+Blue) = 0+26+15=41 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 41); Green value is 26 (10.55% from 255 or 63.41% from 41); Blue value is 15 (6.25% from 255 or 36.59% from 41); Max value from RGB is 26 - color contains mainly: green. Hex color #001A0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001A0F is #FFE5F0. Grayscale: #101010. Windows color (decimal): -16770545 or 989696. OLE color: 989696.

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

Color convert

RGB02615-
CMYK100.420.90
HSL154.62º100%5.1%-
HSV(B)154.62º100%10.2%-
XYZ0.460.770.58-
YUV16.97126.89115.89-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 26 (10.55% from 255) = 63.41%
BLUE value IS 15 (6.25% from 255) = 36.59%
R=0%
G=63.41%
B=36.59%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal02615100.420.90154.621005.1
Hex01AF6402A5A9b645
Octal032171440521322331445
Binary0110101111110010001010101011010100110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,26,15); }

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

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

 a { background-color: rgb(0,26,15); }

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

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

 span { border-color: rgb(0,26,15); }

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