#04301F

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

Shades of Dark Green #04301F

Tints of Dark Green #04301F

Color information

#04301F (or 0x04301F) is unknown color: approx Dark Green. HEX triplet: 04, 30 and 1F. RGB value is (4,48,31). Sum of RGB (Red+Green+Blue) = 4+48+31=83 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.82% from 83); Green value is 48 (19.14% from 255 or 57.83% from 83); Blue value is 31 (12.5% from 255 or 37.35% from 83); Max value from RGB is 48 - color contains mainly: green. Hex color #04301F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04301F is #FBCFE0. Grayscale: #202020. Windows color (decimal): -16502753 or 2043908. OLE color: 2043908.

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

Color convert

RGB44831-
CMYK0.9200.350.81
HSL156.82º84.62%10.2%-
HSV(B)156.82º91.67%18.82%-
XYZ1.352.241.66-
YUV32.91126.92107.38-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.82%
GREEN value IS 48 (19.14% from 255) = 57.83%
BLUE value IS 31 (12.5% from 255) = 37.35%
R=4.82%
G=57.83%
B=37.35%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal448310.9200.350.81156.8284.6210.2
Hex4301F5C023519d55a
Octal4603713404312123512512
Binary100110000111111011100010001110100011001110110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04301F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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