Html Css Color HEX #04210D Dark Green

📋 copy color: '#04210D'

red 4 ◦ green 33 ◦ blue 13

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

Shades of Dark Green #04210D

Tints of Dark Green #04210D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 66%

 BLUE value IS 13 (5.47% from 255) = 26%

R = 8%
G = 66%
B = 26%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.61

 K value IS 0.87

RGB Variations

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

Color information

#04210D (or 0x04210D) is known color: Dark Green. HEX triplet: 04, 21 and 0D. RGB value is (4,33,13). Sum of RGB (Red+Green+Blue) = 4+33+13=50 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8% from 50); Green value is 33 (13.28% from 255 or 66% from 50); Blue value is 13 (5.47% from 255 or 26% from 50); Max value from RGB is 33 - color contains mainly: green. Hex color #04210D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04210D is #FBDEF2. Grayscale: #161616. Windows color (decimal): -16506611 or 860420. OLE color: 860420.

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

Color convert

RGB 4 33 13 -
CMYK 0.88 0 0.61 0.87
HSL 138.62º 0.78% 0.07% -
HSV(B) 138.62º 0.88% 0.13% -
XYZ 0.67 1.14 0.57 -
YUV 22.05 122.89 115.13 -
System Red Green Blue C M Y K H S L
Decimal 4 33 13 0.88 0 0.61 0.87 138.62 0.78 0.07
Hex 4 21 D 58 0 3D 57 8B 4E 7
Octal 4 41 15 130 0 75 127 213 116 7
Binary 100 100001 1101 1011000 0 111101 1010111 10001011 1001110 111

Color Harmonies of #04210D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04210D

Black with #04210D

Text Example


Text Example

White with #04210D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04210D; }

 p { color: rgb(4,33,13); }

 H1.HeaderClassName
 {
   color: #04210D;
 }
 .AnyTagClassName
 {
   color: #04210D;
 }
</style>

background-color css

<style>
 a { background-color: #04210D; }

 a { background-color: rgb(4,33,13); }

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

border-color css

<style>
 span { border-color: #04210D; }

 span { border-color: rgb(4,33,13); }

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