#03372F

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

Shades of Dark Green #03372F

Tints of Dark Green #03372F

Color information

#03372F (or 0x03372F) is unknown color: approx Dark Green. HEX triplet: 03, 37 and 2F. RGB value is (3,55,47). Sum of RGB (Red+Green+Blue) = 3+55+47=105 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.86% from 105); Green value is 55 (21.88% from 255 or 52.38% from 105); Blue value is 47 (18.75% from 255 or 44.76% from 105); Max value from RGB is 55 - color contains mainly: green. Hex color #03372F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03372F is #FCC8D0. Grayscale: #262626. Windows color (decimal): -16566481 or 3094275. OLE color: 3094275.

HSL color Cylindrical-coordinate representation of color #03372F: hue angle of 170.77º degrees, saturation: 0.9, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03372F is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.78.

Color convert

RGB35547-
CMYK0.9500.150.78
HSL170.77º89.66%11.37%-
HSV(B)170.77º94.55%21.57%-
XYZ1.922.963.16-
YUV38.54132.77102.65-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.86%
GREEN value IS 55 (21.88% from 255) = 52.38%
BLUE value IS 47 (18.75% from 255) = 44.76%
R=2.86%
G=52.38%
B=44.76%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal355470.9500.150.78170.7789.6611.37
Hex3372F5F0F4Eab5ab
Octal3675713701711625313213
Binary1111011110111110111110111110011101010101110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03372F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,55,47); }

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

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

 a { background-color: rgb(3,55,47); }

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

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

 span { border-color: rgb(3,55,47); }

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