#000F07

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

Shades of Dark Green #000F07

Tints of Dark Green #000F07

Color information

#000F07 (or 0x000F07) is unknown color: approx Dark Green. HEX triplet: 00, 0F and 07. RGB value is (0,15,7). Sum of RGB (Red+Green+Blue) = 0+15+7=22 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 22); Green value is 15 (6.25% from 255 or 68.18% from 22); Blue value is 7 (3.12% from 255 or 31.82% from 22); Max value from RGB is 15 - color contains mainly: green. Hex color #000F07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000F07 is #FFF0F8. Grayscale: #090909. Windows color (decimal): -16773369 or 462592. OLE color: 462592.

HSL color Cylindrical-coordinate representation of color #000F07: hue angle of 148º 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 #000F07 is Cyan = 1, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.94.

Color convert

RGB0157-
CMYK100.530.94
HSL148º100%2.94%-
HSV(B)148º100%5.88%-
XYZ0.210.360.26-
YUV9.6126.53121.15-

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) = 68.18%
BLUE value IS 7 (3.12% from 255) = 31.82%
R=0%
G=68.18%
B=31.82%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal0157100.530.941481002.94
Hex0F7640355E94643
Octal01771440651362241443
Binary0111111111001000110101101111010010100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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