#040F0C

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

Shades of Dark Green #040F0C

Tints of Dark Green #040F0C

Color information

#040F0C (or 0x040F0C) is unknown color: approx Dark Green. HEX triplet: 04, 0F and 0C. RGB value is (4,15,12). Sum of RGB (Red+Green+Blue) = 4+15+12=31 (4% of max value = 765). Red value is 4 (1.95% from 255 or 12.90% from 31); Green value is 15 (6.25% from 255 or 48.39% from 31); Blue value is 12 (5.08% from 255 or 38.71% from 31); Max value from RGB is 15 - color contains mainly: green. Hex color #040F0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040F0C is #FBF0F3. Grayscale: #0B0B0B. Windows color (decimal): -16511220 or 790276. OLE color: 790276.

HSL color Cylindrical-coordinate representation of color #040F0C: hue angle of 163.64º degrees, saturation: 0.58, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #040F0C is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.94.

Color convert

RGB41512-
CMYK0.7300.200.94
HSL163.64º57.89%3.73%-
HSV(B)163.64º73.33%5.88%-
XYZ0.290.390.41-
YUV11.37128.36122.74-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 12.90%
GREEN value IS 15 (6.25% from 255) = 48.39%
BLUE value IS 12 (5.08% from 255) = 38.71%
R=12.90%
G=48.39%
B=38.71%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal415120.7300.200.94163.6457.893.73
Hex4FC490145Ea43a4
Octal41714111024136244724
Binary100111111001001001010100101111010100100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040F0C; }

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

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

<style>
 a { background-color: #040F0C; }

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

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

<style>
 span { border-color: #040F0C; }

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

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