Html Css Color HEX #04221E Dark Green

📋 copy color: '#04221E'

red 4 ◦ green 34 ◦ blue 30

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

Shades of Dark Green #04221E

Tints of Dark Green #04221E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 50%

 BLUE value IS 30 (12.11% from 255) = 44.12%

R = 5.88%
G = 50%
B = 44.12%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.12

 K value IS 0.87

RGB Variations

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

Color information

#04221E (or 0x04221E) is known color: Dark Green. HEX triplet: 04, 22 and 1E. RGB value is (4,34,30). Sum of RGB (Red+Green+Blue) = 4+34+30=68 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.88% from 68); Green value is 34 (13.67% from 255 or 50% from 68); Blue value is 30 (12.11% from 255 or 44.12% from 68); Max value from RGB is 34 - color contains mainly: green. Hex color #04221E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04221E is #FBDDE1. Grayscale: #181818. Windows color (decimal): -16506338 or 1974788. OLE color: 1974788.

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

Color convert

RGB 4 34 30 -
CMYK 0.88 0 0.12 0.87
HSL 172º 0.79% 0.07% -
HSV(B) 172º 0.88% 0.13% -
XYZ 0.86 1.26 1.43 -
YUV 24.57 131.06 113.33 -
System Red Green Blue C M Y K H S L
Decimal 4 34 30 0.88 0 0.12 0.87 172 0.79 0.07
Hex 4 22 1E 58 0 C 57 AC 4F 7
Octal 4 42 36 130 0 14 127 254 117 7
Binary 100 100010 11110 1011000 0 1100 1010111 10101100 1001111 111

Color Harmonies of #04221E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04221E

Black with #04221E

Text Example


Text Example

White with #04221E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04221E;
 }
 .AnyTagClassName
 {
   color: #04221E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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