#010D0B

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

Shades of Dark Green #010D0B

Tints of Dark Green #010D0B

Color information

#010D0B (or 0x010D0B) is unknown color: approx Dark Green. HEX triplet: 01, 0D and 0B. RGB value is (1,13,11). Sum of RGB (Red+Green+Blue) = 1+13+11=25 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4% from 25); Green value is 13 (5.47% from 255 or 52% from 25); Blue value is 11 (4.69% from 255 or 44% from 25); Max value from RGB is 13 - color contains mainly: green. Hex color #010D0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010D0B is #FEF2F4. Grayscale: #090909. Windows color (decimal): -16708341 or 724225. OLE color: 724225.

HSL color Cylindrical-coordinate representation of color #010D0B: hue angle of 170º degrees, saturation: 0.86, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #010D0B is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.95.

Color convert

RGB11311-
CMYK0.9200.150.95
HSL170º85.71%2.75%-
HSV(B)170º92.31%5.1%-
XYZ0.220.320.37-
YUV9.18129.02122.16-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 4%
GREEN value IS 13 (5.47% from 255) = 52%
BLUE value IS 11 (4.69% from 255) = 44%
R=4%
G=52%
B=44%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal113110.9200.150.9517085.712.75
Hex1DB5C0F5Faa563
Octal115131340171372521263
Binary111011011101110001111101111110101010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010D0B; }

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

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

<style>
 a { background-color: #010D0B; }

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

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

<style>
 span { border-color: #010D0B; }

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

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