#03332E

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

Shades of Dark Green #03332E

Tints of Dark Green #03332E

Color information

#03332E (or 0x03332E) is unknown color: approx Dark Green. HEX triplet: 03, 33 and 2E. RGB value is (3,51,46). Sum of RGB (Red+Green+Blue) = 3+51+46=100 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3% from 100); Green value is 51 (20.31% from 255 or 51% from 100); Blue value is 46 (18.36% from 255 or 46% from 100); Max value from RGB is 51 - color contains mainly: green. Hex color #03332E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03332E is #FCCCD1. Grayscale: #242424. Windows color (decimal): -16567506 or 3027715. OLE color: 3027715.

HSL color Cylindrical-coordinate representation of color #03332E: hue angle of 173.75º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #03332E is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.8.

Color convert

RGB35146-
CMYK0.9400.100.8
HSL173.75º88.89%10.59%-
HSV(B)173.75º94.12%20%-
XYZ1.712.582.99-
YUV36.08133.6104.41-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3%
GREEN value IS 51 (20.31% from 255) = 51%
BLUE value IS 46 (18.36% from 255) = 46%
R=3%
G=51%
B=46%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal351460.9400.100.8173.7588.8910.59
Hex3332E5E0A50ae59b
Octal3635613601212025613113
Binary1111001110111010111100101010100001010111010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03332E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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