#03352B

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

Shades of Dark Green #03352B

Tints of Dark Green #03352B

Color information

#03352B (or 0x03352B) is unknown color: approx Dark Green. HEX triplet: 03, 35 and 2B. RGB value is (3,53,43). Sum of RGB (Red+Green+Blue) = 3+53+43=99 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3.03% from 99); Green value is 53 (21.09% from 255 or 53.54% from 99); Blue value is 43 (17.19% from 255 or 43.43% from 99); Max value from RGB is 53 - color contains mainly: green. Hex color #03352B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03352B is #FCCAD4. Grayscale: #242424. Windows color (decimal): -16566997 or 2831619. OLE color: 2831619.

HSL color Cylindrical-coordinate representation of color #03352B: hue angle of 168º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #03352B is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.79.

Color convert

RGB35343-
CMYK0.9400.190.79
HSL168º89.29%10.98%-
HSV(B)168º94.34%20.78%-
XYZ1.752.742.72-
YUV36.91131.44103.81-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.03%
GREEN value IS 53 (21.09% from 255) = 53.54%
BLUE value IS 43 (17.19% from 255) = 43.43%
R=3.03%
G=53.54%
B=43.43%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal353430.9400.190.7916889.2910.98
Hex3352B5E0134Fa859b
Octal3655313602311725013113
Binary11110101101011101111001001110011111010100010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03352B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03352B; }

 p { color: rgb(3,53,43); }

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

<style>
 a { background-color: #03352B; }

 a { background-color: rgb(3,53,43); }

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

<style>
 span { border-color: #03352B; }

 span { border-color: rgb(3,53,43); }

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