#04201C

Color #04201C Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #04201C

Tints of Dark Green #04201C

Color information

#04201C (or 0x04201C) is unknown color: approx Dark Green. HEX triplet: 04, 20 and 1C. RGB value is (4,32,28). Sum of RGB (Red+Green+Blue) = 4+32+28=64 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.25% from 64); Green value is 32 (12.89% from 255 or 50% from 64); Blue value is 28 (11.33% from 255 or 43.75% from 64); Max value from RGB is 32 - color contains mainly: green. Hex color #04201C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04201C is #FBDFE3. Grayscale: #171717. Windows color (decimal): -16506852 or 1843204. OLE color: 1843204.

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

Color convert

RGB43228-
CMYK0.8700.120.87
HSL171.43º77.78%7.06%-
HSV(B)171.43º87.5%12.55%-
XYZ0.781.141.28-
YUV23.17130.72114.33-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.25%
GREEN value IS 32 (12.89% from 255) = 50%
BLUE value IS 28 (11.33% from 255) = 43.75%
R=6.25%
G=50%
B=43.75%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal432280.8700.120.87171.4377.787.06
Hex4201C570C57ab4e7
Octal440341270141272531167
Binary100100000111001010111011001010111101010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04201C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #04201C;
 }
 .AnyTagClassName
 {
   color: #04201C;
 }
</style>
background-color css

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

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

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

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

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

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