#03210C

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

Shades of Dark Green #03210C

Tints of Dark Green #03210C

Color information

#03210C (or 0x03210C) is unknown color: approx Dark Green. HEX triplet: 03, 21 and 0C. RGB value is (3,33,12). Sum of RGB (Red+Green+Blue) = 3+33+12=48 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.25% from 48); Green value is 33 (13.28% from 255 or 68.75% from 48); Blue value is 12 (5.08% from 255 or 25% from 48); Max value from RGB is 33 - color contains mainly: green. Hex color #03210C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03210C is #FCDEF3. Grayscale: #151515. Windows color (decimal): -16572148 or 794883. OLE color: 794883.

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

Color convert

RGB33312-
CMYK0.9100.640.87
HSL138º83.33%7.06%-
HSV(B)138º90.91%12.94%-
XYZ0.651.130.53-
YUV21.64122.56114.71-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.25%
GREEN value IS 33 (13.28% from 255) = 68.75%
BLUE value IS 12 (5.08% from 255) = 25%
R=6.25%
G=68.75%
B=25%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal333120.9100.640.8713883.337.06
Hex321C5B040578a537
Octal3411413301001272121237
Binary1110000111001011011010000001010111100010101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03210C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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