Html Css Color HEX #042020 Dark Green

📋 copy color: '#042020'

red 4 ◦ green 32 ◦ blue 32

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

Shades of Dark Green #042020

Tints of Dark Green #042020

RGB

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

 GREEN value IS 32 (12.89% from 255) = 47.06%

 BLUE value IS 32 (12.89% from 255) = 47.06%

R = 5.88%
G = 47.06%
B = 47.06%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#042020 (or 0x042020) is known color: Dark Green. HEX triplet: 04, 20 and 20. RGB value is (4,32,32). Sum of RGB (Red+Green+Blue) = 4+32+32=68 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.88% from 68); Green value is 32 (12.89% from 255 or 47.06% from 68); Blue value is 32 (12.89% from 255 or 47.06% from 68); Max value from RGB is 32 - color contains mainly: green, blue. Hex color #042020 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042020 is #FBDFDF. Grayscale: #171717. Windows color (decimal): -16506848 or 2105348. OLE color: 2105348.

HSL color Cylindrical-coordinate representation of color #042020: hue angle of 180º 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 #042020 is Cyan = 0.87, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 4 32 32 -
CMYK 0.87 0 0 0.87
HSL 180º 0.78% 0.07% -
HSV(B) 180º 0.88% 0.13% -
XYZ 0.83 1.16 1.55 -
YUV 23.63 132.72 114 -
System Red Green Blue C M Y K H S L
Decimal 4 32 32 0.87 0 0 0.87 180 0.78 0.07
Hex 4 20 20 57 0 0 57 B4 4E 7
Octal 4 40 40 127 0 0 127 264 116 7
Binary 100 100000 100000 1010111 0 0 1010111 10110100 1001110 111

Color Harmonies of #042020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042020

Black with #042020

Text Example


Text Example

White with #042020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042020; }

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

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

background-color css

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

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

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

border-color css

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

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

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