#03312F

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

Shades of Dark Green #03312F

Tints of Dark Green #03312F

Color information

#03312F (or 0x03312F) is unknown color: approx Dark Green. HEX triplet: 03, 31 and 2F. RGB value is (3,49,47). Sum of RGB (Red+Green+Blue) = 3+49+47=99 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3.03% from 99); Green value is 49 (19.53% from 255 or 49.49% from 99); Blue value is 47 (18.75% from 255 or 47.47% from 99); Max value from RGB is 49 - color contains mainly: green. Hex color #03312F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03312F is #FCCED0. Grayscale: #222222. Windows color (decimal): -16568017 or 3092739. OLE color: 3092739.

HSL color Cylindrical-coordinate representation of color #03312F: hue angle of 177.39º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #03312F is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB34947-
CMYK0.9400.040.81
HSL177.39º88.46%10.2%-
HSV(B)177.39º93.88%19.22%-
XYZ1.652.423.07-
YUV35.02134.76105.16-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.03%
GREEN value IS 49 (19.53% from 255) = 49.49%
BLUE value IS 47 (18.75% from 255) = 47.47%
R=3.03%
G=49.49%
B=47.47%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal349470.9400.040.81177.3988.4610.2
Hex3312F5E0451b158a
Octal361571360412126113012
Binary111100011011111011110010010100011011000110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03312F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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