#03200C

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

Shades of Dark Green #03200C

Tints of Dark Green #03200C

Color information

#03200C (or 0x03200C) is unknown color: approx Dark Green. HEX triplet: 03, 20 and 0C. RGB value is (3,32,12). Sum of RGB (Red+Green+Blue) = 3+32+12=47 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.38% from 47); Green value is 32 (12.89% from 255 or 68.09% from 47); Blue value is 12 (5.08% from 255 or 25.53% from 47); Max value from RGB is 32 - color contains mainly: green. Hex color #03200C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03200C is #FCDFF3. Grayscale: #151515. Windows color (decimal): -16572404 or 794627. OLE color: 794627.

HSL color Cylindrical-coordinate representation of color #03200C: hue angle of 138.62º 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 #03200C is Cyan = 0.91, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.87.

Color convert

RGB33212-
CMYK0.9100.630.87
HSL138.62º82.86%6.86%-
HSV(B)138.62º90.62%12.55%-
XYZ0.621.080.52-
YUV21.05122.89115.13-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.38%
GREEN value IS 32 (12.89% from 255) = 68.09%
BLUE value IS 12 (5.08% from 255) = 25.53%
R=6.38%
G=68.09%
B=25.53%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal332120.9100.630.87138.6282.866.86
Hex320C5B03F578b537
Octal340141330771272131237
Binary111000001100101101101111111010111100010111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03200C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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