Html Css Color HEX #04220E Dark Green

📋 copy color: '#04220E'

red 4 ◦ green 34 ◦ blue 14

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

Shades of Dark Green #04220E

Tints of Dark Green #04220E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 26.92%

R = 7.69%
G = 65.38%
B = 26.92%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.59

 K value IS 0.87

RGB Variations

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

Color information

#04220E (or 0x04220E) is known color: Dark Green. HEX triplet: 04, 22 and 0E. RGB value is (4,34,14). Sum of RGB (Red+Green+Blue) = 4+34+14=52 (6% of max value = 765). Red value is 4 (1.95% from 255 or 7.69% from 52); Green value is 34 (13.67% from 255 or 65.38% from 52); Blue value is 14 (5.86% from 255 or 26.92% from 52); Max value from RGB is 34 - color contains mainly: green. Hex color #04220E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04220E is #FBDDF1. Grayscale: #161616. Windows color (decimal): -16506354 or 926212. OLE color: 926212.

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

Color convert

RGB 4 34 14 -
CMYK 0.88 0 0.59 0.87
HSL 140º 0.79% 0.07% -
HSV(B) 140º 0.88% 0.13% -
XYZ 0.7 1.2 0.61 -
YUV 22.75 123.06 114.63 -
System Red Green Blue C M Y K H S L
Decimal 4 34 14 0.88 0 0.59 0.87 140 0.79 0.07
Hex 4 22 E 58 0 3B 57 8C 4F 7
Octal 4 42 16 130 0 73 127 214 117 7
Binary 100 100010 1110 1011000 0 111011 1010111 10001100 1001111 111

Color Harmonies of #04220E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04220E

Black with #04220E

Text Example


Text Example

White with #04220E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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