#03331C

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

Shades of Dark Green #03331C

Tints of Dark Green #03331C

Color information

#03331C (or 0x03331C) is unknown color: approx Dark Green. HEX triplet: 03, 33 and 1C. RGB value is (3,51,28). Sum of RGB (Red+Green+Blue) = 3+51+28=82 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.66% from 82); Green value is 51 (20.31% from 255 or 62.20% from 82); Blue value is 28 (11.33% from 255 or 34.15% from 82); Max value from RGB is 51 - color contains mainly: green. Hex color #03331C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03331C is #FCCCE3. Grayscale: #222222. Windows color (decimal): -16567524 or 1848067. OLE color: 1848067.

HSL color Cylindrical-coordinate representation of color #03331C: hue angle of 151.25º 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 #03331C is Cyan = 0.94, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.8.

Color convert

RGB35128-
CMYK0.9400.450.8
HSL151.25º88.89%10.59%-
HSV(B)151.25º94.12%20%-
XYZ1.432.471.5-
YUV34.03124.6105.87-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.66%
GREEN value IS 51 (20.31% from 255) = 62.20%
BLUE value IS 28 (11.33% from 255) = 34.15%
R=3.66%
G=62.20%
B=34.15%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal351280.9400.450.8151.2588.8910.59
Hex3331C5E02D509759b
Octal3633413605512022713113
Binary11110011111001011110010110110100001001011110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03331C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03331C; }

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

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

<style>
 a { background-color: #03331C; }

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

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

<style>
 span { border-color: #03331C; }

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

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