#03312D

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

Shades of Dark Green #03312D

Tints of Dark Green #03312D

Color information

#03312D (or 0x03312D) is unknown color: approx Dark Green. HEX triplet: 03, 31 and 2D. RGB value is (3,49,45). Sum of RGB (Red+Green+Blue) = 3+49+45=97 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.09% from 97); Green value is 49 (19.53% from 255 or 50.52% from 97); Blue value is 45 (17.97% from 255 or 46.39% from 97); Max value from RGB is 49 - color contains mainly: green. Hex color #03312D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03312D is #FCCED2. Grayscale: #222222. Windows color (decimal): -16568019 or 2961667. OLE color: 2961667.

HSL color Cylindrical-coordinate representation of color #03312D: hue angle of 174.78º 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 #03312D is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.81.

Color convert

RGB34945-
CMYK0.9400.080.81
HSL174.78º88.46%10.2%-
HSV(B)174.78º93.88%19.22%-
XYZ1.612.412.86-
YUV34.79133.76105.33-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.09%
GREEN value IS 49 (19.53% from 255) = 50.52%
BLUE value IS 45 (17.97% from 255) = 46.39%
R=3.09%
G=50.52%
B=46.39%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal349450.9400.080.81174.7888.4610.2
Hex3312D5E0851af58a
Octal3615513601012125713012
Binary1111000110110110111100100010100011010111110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03312D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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