#011A0B

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

Shades of Dark Green #011A0B

Tints of Dark Green #011A0B

Color information

#011A0B (or 0x011A0B) is unknown color: approx Dark Green. HEX triplet: 01, 1A and 0B. RGB value is (1,26,11). Sum of RGB (Red+Green+Blue) = 1+26+11=38 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.63% from 38); Green value is 26 (10.55% from 255 or 68.42% from 38); Blue value is 11 (4.69% from 255 or 28.95% from 38); Max value from RGB is 26 - color contains mainly: green. Hex color #011A0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011A0B is #FEE5F4. Grayscale: #101010. Windows color (decimal): -16705013 or 727553. OLE color: 727553.

HSL color Cylindrical-coordinate representation of color #011A0B: hue angle of 144º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #011A0B is Cyan = 0.96, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.90.

Color convert

RGB12611-
CMYK0.9600.580.90
HSL144º92.59%5.29%-
HSV(B)144º96.15%10.2%-
XYZ0.440.770.44-
YUV16.81124.72116.72-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.63%
GREEN value IS 26 (10.55% from 255) = 68.42%
BLUE value IS 11 (4.69% from 255) = 28.95%
R=2.63%
G=68.42%
B=28.95%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal126110.9600.580.9014492.595.29
Hex11AB6003A5A905d5
Octal132131400721322201355
Binary1110101011110000001110101011010100100001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011A0B; }

 p { color: rgb(1,26,11); }

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

<style>
 a { background-color: #011A0B; }

 a { background-color: rgb(1,26,11); }

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

<style>
 span { border-color: #011A0B; }

 span { border-color: rgb(1,26,11); }

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