#04312C

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

Shades of Dark Green #04312C

Tints of Dark Green #04312C

Color information

#04312C (or 0x04312C) is unknown color: approx Dark Green. HEX triplet: 04, 31 and 2C. RGB value is (4,49,44). Sum of RGB (Red+Green+Blue) = 4+49+44=97 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.12% from 97); Green value is 49 (19.53% from 255 or 50.52% from 97); Blue value is 44 (17.58% from 255 or 45.36% from 97); Max value from RGB is 49 - color contains mainly: green. Hex color #04312C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04312C is #FBCED3. Grayscale: #222222. Windows color (decimal): -16502484 or 2896132. OLE color: 2896132.

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

Color convert

RGB44944-
CMYK0.9200.100.81
HSL173.33º84.91%10.39%-
HSV(B)173.33º91.84%19.22%-
XYZ1.62.42.76-
YUV34.98133.09105.91-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.12%
GREEN value IS 49 (19.53% from 255) = 50.52%
BLUE value IS 44 (17.58% from 255) = 45.36%
R=4.12%
G=50.52%
B=45.36%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal449440.9200.100.81173.3384.9110.39
Hex4312C5C0A51ad55a
Octal4615413401212125512512
Binary10011000110110010111000101010100011010110110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04312C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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