#000C07

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

Shades of Dark Green #000C07

Tints of Dark Green #000C07

Color information

#000C07 (or 0x000C07) is unknown color: approx Dark Green. HEX triplet: 00, 0C and 07. RGB value is (0,12,7). Sum of RGB (Red+Green+Blue) = 0+12+7=19 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 19); Green value is 12 (5.08% from 255 or 63.16% from 19); Blue value is 7 (3.12% from 255 or 36.84% from 19); Max value from RGB is 12 - color contains mainly: green. Hex color #000C07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000C07 is #FFF3F8. Grayscale: #070707. Windows color (decimal): -16774137 or 461824. OLE color: 461824.

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

Color convert

RGB0127-
CMYK100.420.95
HSL155º100%2.35%-
HSV(B)155º100%4.71%-
XYZ0.170.280.25-
YUV7.84127.52122.41-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 12 (5.08% from 255) = 63.16%
BLUE value IS 7 (3.12% from 255) = 36.84%
R=0%
G=63.16%
B=36.84%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal0127100.420.951551002.35
Hex0C76402A5F9b642
Octal01471440521372331442
Binary0110011111001000101010101111110011011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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