#010F05

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

Shades of Dark Green #010F05

Tints of Dark Green #010F05

Color information

#010F05 (or 0x010F05) is unknown color: approx Dark Green. HEX triplet: 01, 0F and 05. RGB value is (1,15,5). Sum of RGB (Red+Green+Blue) = 1+15+5=21 (2% of max value = 765). Red value is 1 (0.78% from 255 or 4.76% from 21); Green value is 15 (6.25% from 255 or 71.43% from 21); Blue value is 5 (2.34% from 255 or 23.81% from 21); Max value from RGB is 15 - color contains mainly: green. Hex color #010F05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010F05 is #FEF0FA. Grayscale: #090909. Windows color (decimal): -16707835 or 331521. OLE color: 331521.

HSL color Cylindrical-coordinate representation of color #010F05: hue angle of 137.14º 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 #010F05 is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.94.

Color convert

RGB1155-
CMYK0.9300.670.94
HSL137.14º87.5%3.14%-
HSV(B)137.14º93.33%5.88%-
XYZ0.210.360.2-
YUV9.67125.36121.81-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 4.76%
GREEN value IS 15 (6.25% from 255) = 71.43%
BLUE value IS 5 (2.34% from 255) = 23.81%
R=4.76%
G=71.43%
B=23.81%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal11550.9300.670.94137.1487.53.14
Hex1F55D0435E89583
Octal117513501031362111303
Binary11111101101110101000011101111010001001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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