#04301A

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

Shades of Dark Green #04301A

Tints of Dark Green #04301A

Color information

#04301A (or 0x04301A) is unknown color: approx Dark Green. HEX triplet: 04, 30 and 1A. RGB value is (4,48,26). Sum of RGB (Red+Green+Blue) = 4+48+26=78 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.13% from 78); Green value is 48 (19.14% from 255 or 61.54% from 78); Blue value is 26 (10.55% from 255 or 33.33% from 78); Max value from RGB is 48 - color contains mainly: green. Hex color #04301A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04301A is #FBCFE5. Grayscale: #202020. Windows color (decimal): -16502758 or 1716228. OLE color: 1716228.

HSL color Cylindrical-coordinate representation of color #04301A: hue angle of 150º 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 #04301A is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.81.

Color convert

RGB44826-
CMYK0.9200.460.81
HSL150º84.62%10.2%-
HSV(B)150º91.67%18.82%-
XYZ1.292.211.34-
YUV32.34124.42107.79-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.13%
GREEN value IS 48 (19.14% from 255) = 61.54%
BLUE value IS 26 (10.55% from 255) = 33.33%
R=5.13%
G=61.54%
B=33.33%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal448260.9200.460.8115084.6210.2
Hex4301A5C02E519655a
Octal4603213405612122612512
Binary100110000110101011100010111010100011001011010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04301A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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