#04312E

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

Shades of Dark Green #04312E

Tints of Dark Green #04312E

Color information

#04312E (or 0x04312E) is unknown color: approx Dark Green. HEX triplet: 04, 31 and 2E. RGB value is (4,49,46). Sum of RGB (Red+Green+Blue) = 4+49+46=99 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4.04% from 99); Green value is 49 (19.53% from 255 or 49.49% from 99); Blue value is 46 (18.36% from 255 or 46.46% from 99); Max value from RGB is 49 - color contains mainly: green. Hex color #04312E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04312E is #FBCED1. Grayscale: #232323. Windows color (decimal): -16502482 or 3027204. OLE color: 3027204.

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

Color convert

RGB44946-
CMYK0.9200.060.81
HSL176º84.91%10.39%-
HSV(B)176º91.84%19.22%-
XYZ1.642.422.97-
YUV35.2134.09105.74-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.04%
GREEN value IS 49 (19.53% from 255) = 49.49%
BLUE value IS 46 (18.36% from 255) = 46.46%
R=4.04%
G=49.49%
B=46.46%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal449460.9200.060.8117684.9110.39
Hex4312E5C0651b055a
Octal461561340612126012512
Binary1001100011011101011100011010100011011000010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04312E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,49,46); }

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

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

 a { background-color: rgb(4,49,46); }

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

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

 span { border-color: rgb(4,49,46); }

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