Html Css Color HEX #04200E Dark Green

📋 copy color: '#04200E'

red 4 ◦ green 32 ◦ blue 14

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

Shades of Dark Green #04200E

Tints of Dark Green #04200E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 64%

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

R = 8%
G = 64%
B = 28%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.56

 K value IS 0.87

RGB Variations

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

Color information

#04200E (or 0x04200E) is known color: Dark Green. HEX triplet: 04, 20 and 0E. RGB value is (4,32,14). Sum of RGB (Red+Green+Blue) = 4+32+14=50 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8% from 50); Green value is 32 (12.89% from 255 or 64% from 50); Blue value is 14 (5.86% from 255 or 28% from 50); Max value from RGB is 32 - color contains mainly: green. Hex color #04200E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04200E is #FBDFF1. Grayscale: #151515. Windows color (decimal): -16506866 or 925700. OLE color: 925700.

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

Color convert

RGB 4 32 14 -
CMYK 0.87 0 0.56 0.87
HSL 141.43º 0.78% 0.07% -
HSV(B) 141.43º 0.88% 0.13% -
XYZ 0.65 1.09 0.59 -
YUV 21.58 123.72 115.46 -
System Red Green Blue C M Y K H S L
Decimal 4 32 14 0.87 0 0.56 0.87 141.43 0.78 0.07
Hex 4 20 E 57 0 38 57 8D 4E 7
Octal 4 40 16 127 0 70 127 215 116 7
Binary 100 100000 1110 1010111 0 111000 1010111 10001101 1001110 111

Color Harmonies of #04200E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04200E

Black with #04200E

Text Example


Text Example

White with #04200E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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