#03302D

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

Shades of Dark Green #03302D

Tints of Dark Green #03302D

Color information

#03302D (or 0x03302D) is unknown color: approx Dark Green. HEX triplet: 03, 30 and 2D. RGB value is (3,48,45). Sum of RGB (Red+Green+Blue) = 3+48+45=96 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.12% from 96); Green value is 48 (19.14% from 255 or 50% from 96); Blue value is 45 (17.97% from 255 or 46.88% from 96); Max value from RGB is 48 - color contains mainly: green. Hex color #03302D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03302D is #FCCFD2. Grayscale: #222222. Windows color (decimal): -16568275 or 2961411. OLE color: 2961411.

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

Color convert

RGB34845-
CMYK0.9400.060.81
HSL176º88.24%10%-
HSV(B)176º93.75%18.82%-
XYZ1.572.322.85-
YUV34.2134.09105.74-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.12%
GREEN value IS 48 (19.14% from 255) = 50%
BLUE value IS 45 (17.97% from 255) = 46.88%
R=3.12%
G=50%
B=46.88%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal348450.9400.060.8117688.2410
Hex3302D5E0651b058a
Octal360551360612126013012
Binary111100001011011011110011010100011011000010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03302D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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