#011F0F

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

Shades of Dark Green #011F0F

Tints of Dark Green #011F0F

Color information

#011F0F (or 0x011F0F) is unknown color: approx Dark Green. HEX triplet: 01, 1F and 0F. RGB value is (1,31,15). Sum of RGB (Red+Green+Blue) = 1+31+15=47 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.13% from 47); Green value is 31 (12.5% from 255 or 65.96% from 47); Blue value is 15 (6.25% from 255 or 31.91% from 47); Max value from RGB is 31 - color contains mainly: green. Hex color #011F0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011F0F is #FEE0F0. Grayscale: #141414. Windows color (decimal): -16703729 or 990977. OLE color: 990977.

HSL color Cylindrical-coordinate representation of color #011F0F: hue angle of 148º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #011F0F is Cyan = 0.97, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.88.

Color convert

RGB13115-
CMYK0.9700.520.88
HSL148º93.75%6.27%-
HSV(B)148º96.77%12.16%-
XYZ0.591.020.62-
YUV20.21125.06114.3-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.13%
GREEN value IS 31 (12.5% from 255) = 65.96%
BLUE value IS 15 (6.25% from 255) = 31.91%
R=2.13%
G=65.96%
B=31.91%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal131150.9700.520.8814893.756.27
Hex11FF6103458945e6
Octal137171410641302241366
Binary1111111111110000101101001011000100101001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011F0F; }

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

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

<style>
 a { background-color: #011F0F; }

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

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

<style>
 span { border-color: #011F0F; }

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

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