#03352E

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

Shades of Dark Green #03352E

Tints of Dark Green #03352E

Color information

#03352E (or 0x03352E) is unknown color: approx Dark Green. HEX triplet: 03, 35 and 2E. RGB value is (3,53,46). Sum of RGB (Red+Green+Blue) = 3+53+46=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 53 (21.09% from 255 or 51.96% from 102); Blue value is 46 (18.36% from 255 or 45.10% from 102); Max value from RGB is 53 - color contains mainly: green. Hex color #03352E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03352E is #FCCAD1. Grayscale: #252525. Windows color (decimal): -16566994 or 3028227. OLE color: 3028227.

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

Color convert

RGB35346-
CMYK0.9400.130.79
HSL171.6º89.29%10.98%-
HSV(B)171.6º94.34%20.78%-
XYZ1.82.763.02-
YUV37.25132.94103.57-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.94%
GREEN value IS 53 (21.09% from 255) = 51.96%
BLUE value IS 46 (18.36% from 255) = 45.10%
R=2.94%
G=51.96%
B=45.10%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal353460.9400.130.79171.689.2910.98
Hex3352E5E0D4Fac59b
Octal3655613601511725413113
Binary1111010110111010111100110110011111010110010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03352E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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