#04211F

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

Shades of Dark Green #04211F

Tints of Dark Green #04211F

Color information

#04211F (or 0x04211F) is unknown color: approx Dark Green. HEX triplet: 04, 21 and 1F. RGB value is (4,33,31). Sum of RGB (Red+Green+Blue) = 4+33+31=68 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.88% from 68); Green value is 33 (13.28% from 255 or 48.53% from 68); Blue value is 31 (12.5% from 255 or 45.59% from 68); Max value from RGB is 33 - color contains mainly: green. Hex color #04211F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04211F is #FBDEE0. Grayscale: #181818. Windows color (decimal): -16506593 or 2040068. OLE color: 2040068.

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

Color convert

RGB43331-
CMYK0.8800.060.87
HSL175.86º78.38%7.25%-
HSV(B)175.86º87.88%12.94%-
XYZ0.841.211.49-
YUV24.1131.89113.66-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.88%
GREEN value IS 33 (13.28% from 255) = 48.53%
BLUE value IS 31 (12.5% from 255) = 45.59%
R=5.88%
G=48.53%
B=45.59%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal433310.8800.060.87175.8678.387.25
Hex4211F580657b04e7
Octal44137130061272601167
Binary10010000111111101100001101010111101100001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04211F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04211F; }

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

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

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

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

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

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

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

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