Html Css Color HEX #040F0C Dark Green

📋 copy color: '#040F0C'

red 4 ◦ green 15 ◦ blue 12

#040F0C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #040F0C

Tints of Dark Green #040F0C

RGB

 RED value IS 4 (1.95% from 255) = 12.9%

 GREEN value IS 15 (6.25% from 255) = 48.39%

 BLUE value IS 12 (5.08% from 255) = 38.71%

R = 12.9%
G = 48.39%
B = 38.71%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.20

 K value IS 0.94

RGB Variations

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

Color information

#040F0C (or 0x040F0C) is known color: 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

RGB 4 15 12 -
CMYK 0.73 0 0.20 0.94
HSL 163.64º 0.58% 0.04% -
HSV(B) 163.64º 0.73% 0.06% -
XYZ 0.29 0.39 0.41 -
YUV 11.37 128.36 122.74 -
System Red Green Blue C M Y K H S L
Decimal 4 15 12 0.73 0 0.20 0.94 163.64 0.58 0.04
Hex 4 F C 49 0 14 5E A4 3A 4
Octal 4 17 14 111 0 24 136 244 72 4
Binary 100 1111 1100 1001001 0 10100 1011110 10100100 111010 100

Color Harmonies of #040F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040F0C

Black with #040F0C

Text Example


Text Example

White with #040F0C

Text Example


Text Example

HTML Codes & Css Web 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>