Html Css Color HEX #04210C Dark Green

📋 copy color: '#04210C'

red 4 ◦ green 33 ◦ blue 12

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

Shades of Dark Green #04210C

Tints of Dark Green #04210C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 24.49%

R = 8.16%
G = 67.35%
B = 24.49%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.64

 K value IS 0.87

RGB Variations

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

Color information

#04210C (or 0x04210C) is known color: Dark Green. HEX triplet: 04, 21 and 0C. RGB value is (4,33,12). Sum of RGB (Red+Green+Blue) = 4+33+12=49 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.16% from 49); Green value is 33 (13.28% from 255 or 67.35% from 49); Blue value is 12 (5.08% from 255 or 24.49% from 49); Max value from RGB is 33 - color contains mainly: green. Hex color #04210C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04210C is #FBDEF3. Grayscale: #151515. Windows color (decimal): -16506612 or 794884. OLE color: 794884.

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

Color convert

RGB 4 33 12 -
CMYK 0.88 0 0.64 0.87
HSL 136.55º 0.78% 0.07% -
HSV(B) 136.55º 0.88% 0.13% -
XYZ 0.66 1.14 0.53 -
YUV 21.94 122.39 115.21 -
System Red Green Blue C M Y K H S L
Decimal 4 33 12 0.88 0 0.64 0.87 136.55 0.78 0.07
Hex 4 21 C 58 0 40 57 89 4E 7
Octal 4 41 14 130 0 100 127 211 116 7
Binary 100 100001 1100 1011000 0 1000000 1010111 10001001 1001110 111

Color Harmonies of #04210C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04210C

Black with #04210C

Text Example


Text Example

White with #04210C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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