#03201D

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

Shades of Dark Green #03201D

Tints of Dark Green #03201D

Color information

#03201D (or 0x03201D) is unknown color: approx Dark Green. HEX triplet: 03, 20 and 1D. RGB value is (3,32,29). Sum of RGB (Red+Green+Blue) = 3+32+29=64 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.69% from 64); Green value is 32 (12.89% from 255 or 50% from 64); Blue value is 29 (11.72% from 255 or 45.31% from 64); Max value from RGB is 32 - color contains mainly: green. Hex color #03201D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03201D is #FCDFE2. Grayscale: #161616. Windows color (decimal): -16572387 or 1908739. OLE color: 1908739.

HSL color Cylindrical-coordinate representation of color #03201D: hue angle of 173.79º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #03201D is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.87.

Color convert

RGB33229-
CMYK0.9100.090.87
HSL173.79º82.86%6.86%-
HSV(B)173.79º90.62%12.55%-
XYZ0.781.141.34-
YUV22.99131.39113.74-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.69%
GREEN value IS 32 (12.89% from 255) = 50%
BLUE value IS 29 (11.72% from 255) = 45.31%
R=4.69%
G=50%
B=45.31%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal332290.9100.090.87173.7982.866.86
Hex3201D5B0957ae537
Octal340351330111272561237
Binary11100000111011011011010011010111101011101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03201D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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