Html Css Color HEX #04200B Dark Green

📋 copy color: '#04200B'

red 4 ◦ green 32 ◦ blue 11

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

Shades of Dark Green #04200B

Tints of Dark Green #04200B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 23.4%

R = 8.51%
G = 68.09%
B = 23.4%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.66

 K value IS 0.87

RGB Variations

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

Color information

#04200B (or 0x04200B) is known color: Dark Green. HEX triplet: 04, 20 and 0B. RGB value is (4,32,11). Sum of RGB (Red+Green+Blue) = 4+32+11=47 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.51% from 47); Green value is 32 (12.89% from 255 or 68.09% from 47); Blue value is 11 (4.69% from 255 or 23.40% from 47); Max value from RGB is 32 - color contains mainly: green. Hex color #04200B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04200B is #FBDFF4. Grayscale: #151515. Windows color (decimal): -16506869 or 729092. OLE color: 729092.

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

Color convert

RGB 4 32 11 -
CMYK 0.87 0 0.66 0.87
HSL 135º 0.78% 0.07% -
HSV(B) 135º 0.88% 0.13% -
XYZ 0.63 1.08 0.49 -
YUV 21.23 122.22 115.71 -
System Red Green Blue C M Y K H S L
Decimal 4 32 11 0.87 0 0.66 0.87 135 0.78 0.07
Hex 4 20 B 57 0 42 57 87 4E 7
Octal 4 40 13 127 0 102 127 207 116 7
Binary 100 100000 1011 1010111 0 1000010 1010111 10000111 1001110 111

Color Harmonies of #04200B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04200B

Black with #04200B

Text Example


Text Example

White with #04200B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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