#04312F

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

Shades of Dark Green #04312F

Tints of Dark Green #04312F

Color information

#04312F (or 0x04312F) is unknown color: approx Dark Green. HEX triplet: 04, 31 and 2F. RGB value is (4,49,47). Sum of RGB (Red+Green+Blue) = 4+49+47=100 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4% from 100); Green value is 49 (19.53% from 255 or 49% from 100); Blue value is 47 (18.75% from 255 or 47% from 100); Max value from RGB is 49 - color contains mainly: green. Hex color #04312F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04312F is #FBCED0. Grayscale: #232323. Windows color (decimal): -16502481 or 3092740. OLE color: 3092740.

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

Color convert

RGB44947-
CMYK0.9200.040.81
HSL177.33º84.91%10.39%-
HSV(B)177.33º91.84%19.22%-
XYZ1.662.433.07-
YUV35.32134.59105.66-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4%
GREEN value IS 49 (19.53% from 255) = 49%
BLUE value IS 47 (18.75% from 255) = 47%
R=4%
G=49%
B=47%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal449470.9200.040.81177.3384.9110.39
Hex4312F5C0451b155a
Octal461571340412126112512
Binary1001100011011111011100010010100011011000110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04312F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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