#04301E

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

Shades of Dark Green #04301E

Tints of Dark Green #04301E

Color information

#04301E (or 0x04301E) is unknown color: approx Dark Green. HEX triplet: 04, 30 and 1E. RGB value is (4,48,30). Sum of RGB (Red+Green+Blue) = 4+48+30=82 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.88% from 82); Green value is 48 (19.14% from 255 or 58.54% from 82); Blue value is 30 (12.11% from 255 or 36.59% from 82); Max value from RGB is 48 - color contains mainly: green. Hex color #04301E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04301E is #FBCFE1. Grayscale: #202020. Windows color (decimal): -16502754 or 1978372. OLE color: 1978372.

HSL color Cylindrical-coordinate representation of color #04301E: hue angle of 155.45º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #04301E is Cyan = 0.92, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.81.

Color convert

RGB44830-
CMYK0.9200.370.81
HSL155.45º84.62%10.2%-
HSV(B)155.45º91.67%18.82%-
XYZ1.342.231.59-
YUV32.79126.42107.46-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.88%
GREEN value IS 48 (19.14% from 255) = 58.54%
BLUE value IS 30 (12.11% from 255) = 36.59%
R=4.88%
G=58.54%
B=36.59%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal448300.9200.370.81155.4584.6210.2
Hex4301E5C025519b55a
Octal4603613404512123312512
Binary100110000111101011100010010110100011001101110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04301E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,48,30); }

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

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

 a { background-color: rgb(4,48,30); }

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

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

 span { border-color: rgb(4,48,30); }

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