#04210E

Color #04210E Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #04210E

Tints of Dark Green #04210E

Color information

#04210E (or 0x04210E) is unknown color: approx Dark Green. HEX triplet: 04, 21 and 0E. RGB value is (4,33,14). Sum of RGB (Red+Green+Blue) = 4+33+14=51 (6% of max value = 765). Red value is 4 (1.95% from 255 or 7.84% from 51); Green value is 33 (13.28% from 255 or 64.71% from 51); Blue value is 14 (5.86% from 255 or 27.45% from 51); Max value from RGB is 33 - color contains mainly: green. Hex color #04210E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04210E is #FBDEF1. Grayscale: #161616. Windows color (decimal): -16506610 or 925956. OLE color: 925956.

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

Color convert

RGB43314-
CMYK0.8800.580.87
HSL140.69º78.38%7.25%-
HSV(B)140.69º87.88%12.94%-
XYZ0.671.150.6-
YUV22.16123.39115.04-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 7.84%
GREEN value IS 33 (13.28% from 255) = 64.71%
BLUE value IS 14 (5.86% from 255) = 27.45%
R=7.84%
G=64.71%
B=27.45%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal433140.8800.580.87140.6978.387.25
Hex421E5803A578d4e7
Octal441161300721272151167
Binary1001000011110101100001110101010111100011011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04210E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #04210E;
 }
 .AnyTagClassName
 {
   color: #04210E;
 }
</style>
background-color css

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

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

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

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

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

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