#03302E

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

Shades of Dark Green #03302E

Tints of Dark Green #03302E

Color information

#03302E (or 0x03302E) is unknown color: approx Dark Green. HEX triplet: 03, 30 and 2E. RGB value is (3,48,46). Sum of RGB (Red+Green+Blue) = 3+48+46=97 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.09% from 97); Green value is 48 (19.14% from 255 or 49.48% from 97); Blue value is 46 (18.36% from 255 or 47.42% from 97); Max value from RGB is 48 - color contains mainly: green. Hex color #03302E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03302E is #FCCFD1. Grayscale: #222222. Windows color (decimal): -16568274 or 3026947. OLE color: 3026947.

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

Color convert

RGB34846-
CMYK0.9400.040.81
HSL177.33º88.24%10%-
HSV(B)177.33º93.75%18.82%-
XYZ1.592.332.95-
YUV34.32134.59105.66-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.09%
GREEN value IS 48 (19.14% from 255) = 49.48%
BLUE value IS 46 (18.36% from 255) = 47.42%
R=3.09%
G=49.48%
B=47.42%

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
Decimal348460.9400.040.81177.3388.2410
Hex3302E5E0451b158a
Octal360561360412126113012
Binary111100001011101011110010010100011011000110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03302E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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