Html Css Color HEX #04211F Dark Green

📋 copy color: '#04211F'

red 4 ◦ green 33 ◦ blue 31

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

Shades of Dark Green #04211F

Tints of Dark Green #04211F

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 value IS 0.88

 M value IS 0

 Y value IS 0.06

 K value IS 0.87

RGB Variations

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

Color information

#04211F (or 0x04211F) is known color: 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

RGB 4 33 31 -
CMYK 0.88 0 0.06 0.87
HSL 175.86º 0.78% 0.07% -
HSV(B) 175.86º 0.88% 0.13% -
XYZ 0.84 1.21 1.49 -
YUV 24.1 131.89 113.66 -
System Red Green Blue C M Y K H S L
Decimal 4 33 31 0.88 0 0.06 0.87 175.86 0.78 0.07
Hex 4 21 1F 58 0 6 57 B0 4E 7
Octal 4 41 37 130 0 6 127 260 116 7
Binary 100 100001 11111 1011000 0 110 1010111 10110000 1001110 111

Color Harmonies of #04211F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04211F

Black with #04211F

Text Example


Text Example

White with #04211F

Text Example


Text Example

HTML Codes & Css Web 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>