Html Css Color HEX #041212 Dark Green

📋 copy color: '#041212'

red 4 ◦ green 18 ◦ blue 18

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

Shades of Dark Green #041212

Tints of Dark Green #041212

RGB

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

 GREEN value IS 18 (7.42% from 255) = 45%

 BLUE value IS 18 (7.42% from 255) = 45%

R = 10%
G = 45%
B = 45%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#041212 (or 0x041212) is known color: Dark Green. HEX triplet: 04, 12 and 12. RGB value is (4,18,18). Sum of RGB (Red+Green+Blue) = 4+18+18=40 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10% from 40); Green value is 18 (7.42% from 255 or 45% from 40); Blue value is 18 (7.42% from 255 or 45% from 40); Max value from RGB is 18 - color contains mainly: green, blue. Hex color #041212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041212 is #FBEDED. Grayscale: #0D0D0D. Windows color (decimal): -16510446 or 1184260. OLE color: 1184260.

HSL color Cylindrical-coordinate representation of color #041212: hue angle of 180º degrees, saturation: 0.64, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #041212 is Cyan = 0.78, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 4 18 18 -
CMYK 0.78 0 0 0.93
HSL 180º 0.64% 0.04% -
HSV(B) 180º 0.78% 0.07% -
XYZ 0.38 0.5 0.65 -
YUV 13.81 130.36 121 -
System Red Green Blue C M Y K H S L
Decimal 4 18 18 0.78 0 0 0.93 180 0.64 0.04
Hex 4 12 12 4E 0 0 5D B4 40 4
Octal 4 22 22 116 0 0 135 264 100 4
Binary 100 10010 10010 1001110 0 0 1011101 10110100 1000000 100

Color Harmonies of #041212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041212

Black with #041212

Text Example


Text Example

White with #041212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041212; }

 p { color: rgb(4,18,18); }

 H1.HeaderClassName
 {
   color: #041212;
 }
 .AnyTagClassName
 {
   color: #041212;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #041212;
 }
 .BgClassName
 {
   background-color: #041212;
 }
</style>

border-color css

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

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

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