#010C07

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

Shades of Dark Green #010C07

Tints of Dark Green #010C07

Color information

#010C07 (or 0x010C07) is unknown color: approx Dark Green. HEX triplet: 01, 0C and 07. RGB value is (1,12,7). Sum of RGB (Red+Green+Blue) = 1+12+7=20 (2% of max value = 765). Red value is 1 (0.78% from 255 or 5% from 20); Green value is 12 (5.08% from 255 or 60% from 20); Blue value is 7 (3.12% from 255 or 35% from 20); Max value from RGB is 12 - color contains mainly: green. Hex color #010C07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010C07 is #FEF3F8. Grayscale: #080808. Windows color (decimal): -16708601 or 461825. OLE color: 461825.

HSL color Cylindrical-coordinate representation of color #010C07: hue angle of 152.73º degrees, saturation: 0.85, 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 #010C07 is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.95.

Color convert

RGB1127-
CMYK0.9200.420.95
HSL152.73º84.62%2.55%-
HSV(B)152.73º91.67%4.71%-
XYZ0.180.280.25-
YUV8.14127.36122.91-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 5%
GREEN value IS 12 (5.08% from 255) = 60%
BLUE value IS 7 (3.12% from 255) = 35%
R=5%
G=60%
B=35%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal11270.9200.420.95152.7384.622.55
Hex1C75C02A5F99553
Octal11471340521372311253
Binary1110011110111000101010101111110011001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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