Html Css Color HEX #04201A Dark Green

📋 copy color: '#04201A'

red 4 ◦ green 32 ◦ blue 26

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

Shades of Dark Green #04201A

Tints of Dark Green #04201A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 41.94%

R = 6.45%
G = 51.61%
B = 41.94%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.19

 K value IS 0.87

RGB Variations

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

Color information

#04201A (or 0x04201A) is known color: Dark Green. HEX triplet: 04, 20 and 1A. RGB value is (4,32,26). Sum of RGB (Red+Green+Blue) = 4+32+26=62 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.45% from 62); Green value is 32 (12.89% from 255 or 51.61% from 62); Blue value is 26 (10.55% from 255 or 41.94% from 62); Max value from RGB is 32 - color contains mainly: green. Hex color #04201A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04201A is #FBDFE5. Grayscale: #161616. Windows color (decimal): -16506854 or 1712132. OLE color: 1712132.

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

Color convert

RGB 4 32 26 -
CMYK 0.87 0 0.19 0.87
HSL 167.14º 0.78% 0.07% -
HSV(B) 167.14º 0.88% 0.13% -
XYZ 0.75 1.13 1.16 -
YUV 22.94 129.72 114.49 -
System Red Green Blue C M Y K H S L
Decimal 4 32 26 0.87 0 0.19 0.87 167.14 0.78 0.07
Hex 4 20 1A 57 0 13 57 A7 4E 7
Octal 4 40 32 127 0 23 127 247 116 7
Binary 100 100000 11010 1010111 0 10011 1010111 10100111 1001110 111

Color Harmonies of #04201A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04201A

Black with #04201A

Text Example


Text Example

White with #04201A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04201A; }

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

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

background-color css

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

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

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

border-color css

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

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

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