#04211E

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

Shades of Dark Green #04211E

Tints of Dark Green #04211E

Color information

#04211E (or 0x04211E) is unknown color: approx Dark Green. HEX triplet: 04, 21 and 1E. RGB value is (4,33,30). Sum of RGB (Red+Green+Blue) = 4+33+30=67 (8% of max value = 765). Red value is 4 (1.95% from 255 or 5.97% from 67); Green value is 33 (13.28% from 255 or 49.25% from 67); Blue value is 30 (12.11% from 255 or 44.78% from 67); Max value from RGB is 33 - color contains mainly: green. Hex color #04211E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04211E is #FBDEE1. Grayscale: #171717. Windows color (decimal): -16506594 or 1974532. OLE color: 1974532.

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

Color convert

RGB43330-
CMYK0.8800.090.87
HSL173.79º78.38%7.25%-
HSV(B)173.79º87.88%12.94%-
XYZ0.831.211.42-
YUV23.99131.39113.74-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.97%
GREEN value IS 33 (13.28% from 255) = 49.25%
BLUE value IS 30 (12.11% from 255) = 44.78%
R=5.97%
G=49.25%
B=44.78%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal433300.8800.090.87173.7978.387.25
Hex4211E580957ae4e7
Octal441361300111272561167
Binary100100001111101011000010011010111101011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04211E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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