Html Css Color HEX #042112 Dark Green

📋 copy color: '#042112'

red 4 ◦ green 33 ◦ blue 18

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

Shades of Dark Green #042112

Tints of Dark Green #042112

RGB

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

 GREEN value IS 33 (13.28% from 255) = 60%

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

R = 7.27%
G = 60%
B = 32.73%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.45

 K value IS 0.87

RGB Variations

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

Color information

#042112 (or 0x042112) is known color: Dark Green. HEX triplet: 04, 21 and 12. RGB value is (4,33,18). Sum of RGB (Red+Green+Blue) = 4+33+18=55 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.27% from 55); Green value is 33 (13.28% from 255 or 60% from 55); Blue value is 18 (7.42% from 255 or 32.73% from 55); Max value from RGB is 33 - color contains mainly: green. Hex color #042112 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042112 is #FBDEED. Grayscale: #161616. Windows color (decimal): -16506606 or 1188100. OLE color: 1188100.

HSL color Cylindrical-coordinate representation of color #042112: hue angle of 148.97º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #042112 is Cyan = 0.88, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.87.

Color convert

RGB 4 33 18 -
CMYK 0.88 0 0.45 0.87
HSL 148.97º 0.78% 0.07% -
HSV(B) 148.97º 0.88% 0.13% -
XYZ 0.7 1.16 0.76 -
YUV 22.62 125.39 114.72 -
System Red Green Blue C M Y K H S L
Decimal 4 33 18 0.88 0 0.45 0.87 148.97 0.78 0.07
Hex 4 21 12 58 0 2D 57 95 4E 7
Octal 4 41 22 130 0 55 127 225 116 7
Binary 100 100001 10010 1011000 0 101101 1010111 10010101 1001110 111

Color Harmonies of #042112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042112

Black with #042112

Text Example


Text Example

White with #042112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042112; }

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

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

background-color css

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

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

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

border-color css

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

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

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