#03351F

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

Shades of Dark Green #03351F

Tints of Dark Green #03351F

Color information

#03351F (or 0x03351F) is unknown color: approx Dark Green. HEX triplet: 03, 35 and 1F. RGB value is (3,53,31). Sum of RGB (Red+Green+Blue) = 3+53+31=87 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.45% from 87); Green value is 53 (21.09% from 255 or 60.92% from 87); Blue value is 31 (12.5% from 255 or 35.63% from 87); Max value from RGB is 53 - color contains mainly: green. Hex color #03351F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03351F is #FCCAE0. Grayscale: #232323. Windows color (decimal): -16567009 or 2045187. OLE color: 2045187.

HSL color Cylindrical-coordinate representation of color #03351F: hue angle of 153.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 #03351F is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.79.

Color convert

RGB35331-
CMYK0.9400.420.79
HSL153.6º89.29%10.98%-
HSV(B)153.6º94.34%20.78%-
XYZ1.562.661.73-
YUV35.54125.44104.79-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.45%
GREEN value IS 53 (21.09% from 255) = 60.92%
BLUE value IS 31 (12.5% from 255) = 35.63%
R=3.45%
G=60.92%
B=35.63%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal353310.9400.420.79153.689.2910.98
Hex3351F5E02A4F9a59b
Octal3653713605211723213113
Binary11110101111111011110010101010011111001101010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03351F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03351F; }

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

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

<style>
 a { background-color: #03351F; }

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

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

<style>
 span { border-color: #03351F; }

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

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