#03331D

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

Shades of Dark Green #03331D

Tints of Dark Green #03331D

Color information

#03331D (or 0x03331D) is unknown color: approx Dark Green. HEX triplet: 03, 33 and 1D. RGB value is (3,51,29). Sum of RGB (Red+Green+Blue) = 3+51+29=83 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.61% from 83); Green value is 51 (20.31% from 255 or 61.45% from 83); Blue value is 29 (11.72% from 255 or 34.94% from 83); Max value from RGB is 51 - color contains mainly: green. Hex color #03331D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03331D is #FCCCE2. Grayscale: #222222. Windows color (decimal): -16567523 or 1913603. OLE color: 1913603.

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

Color convert

RGB35129-
CMYK0.9400.430.8
HSL152.5º88.89%10.59%-
HSV(B)152.5º94.12%20%-
XYZ1.442.481.56-
YUV34.14125.1105.79-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.61%
GREEN value IS 51 (20.31% from 255) = 61.45%
BLUE value IS 29 (11.72% from 255) = 34.94%
R=3.61%
G=61.45%
B=34.94%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal351290.9400.430.8152.588.8910.59
Hex3331D5E02B509859b
Octal3633513605312023013113
Binary11110011111011011110010101110100001001100010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03331D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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