#000F0B

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

Shades of Dark Green #000F0B

Tints of Dark Green #000F0B

Color information

#000F0B (or 0x000F0B) is unknown color: approx Dark Green. HEX triplet: 00, 0F and 0B. RGB value is (0,15,11). Sum of RGB (Red+Green+Blue) = 0+15+11=26 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 26); Green value is 15 (6.25% from 255 or 57.69% from 26); Blue value is 11 (4.69% from 255 or 42.31% from 26); Max value from RGB is 15 - color contains mainly: green. Hex color #000F0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000F0B is #FFF0F4. Grayscale: #0A0A0A. Windows color (decimal): -16773365 or 724736. OLE color: 724736.

HSL color Cylindrical-coordinate representation of color #000F0B: hue angle of 164º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000F0B is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.94.

Color convert

RGB01511-
CMYK100.270.94
HSL164º100%2.94%-
HSV(B)164º100%5.88%-
XYZ0.230.370.38-
YUV10.06128.53120.83-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 15 (6.25% from 255) = 57.69%
BLUE value IS 11 (4.69% from 255) = 42.31%
R=0%
G=57.69%
B=42.31%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal01511100.270.941641002.94
Hex0FB6401B5Ea4643
Octal017131440331362441443
Binary0111110111100100011011101111010100100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000F0B; }

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

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

<style>
 a { background-color: #000F0B; }

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

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

<style>
 span { border-color: #000F0B; }

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

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