#010F04

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

Shades of Dark Green #010F04

Tints of Dark Green #010F04

Color information

#010F04 (or 0x010F04) is unknown color: approx Dark Green. HEX triplet: 01, 0F and 04. RGB value is (1,15,4). Sum of RGB (Red+Green+Blue) = 1+15+4=20 (2% of max value = 765). Red value is 1 (0.78% from 255 or 5% from 20); Green value is 15 (6.25% from 255 or 75% from 20); Blue value is 4 (1.95% from 255 or 20% from 20); Max value from RGB is 15 - color contains mainly: green. Hex color #010F04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010F04 is #FEF0FB. Grayscale: #090909. Windows color (decimal): -16707836 or 265985. OLE color: 265985.

HSL color Cylindrical-coordinate representation of color #010F04: hue angle of 132.86º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #010F04 is Cyan = 0.93, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.94.

Color convert

RGB1154-
CMYK0.9300.730.94
HSL132.86º87.5%3.14%-
HSV(B)132.86º93.33%5.88%-
XYZ0.210.360.17-
YUV9.56124.86121.89-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 5%
GREEN value IS 15 (6.25% from 255) = 75%
BLUE value IS 4 (1.95% from 255) = 20%
R=5%
G=75%
B=20%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal11540.9300.730.94132.8687.53.14
Hex1F45D0495E85583
Octal117413501111362051303
Binary11111100101110101001001101111010000101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,15,4); }

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

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

 a { background-color: rgb(1,15,4); }

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

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

 span { border-color: rgb(1,15,4); }

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