#03211B

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

Shades of Dark Green #03211B

Tints of Dark Green #03211B

Color information

#03211B (or 0x03211B) is unknown color: approx Dark Green. HEX triplet: 03, 21 and 1B. RGB value is (3,33,27). Sum of RGB (Red+Green+Blue) = 3+33+27=63 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.76% from 63); Green value is 33 (13.28% from 255 or 52.38% from 63); Blue value is 27 (10.94% from 255 or 42.86% from 63); Max value from RGB is 33 - color contains mainly: green. Hex color #03211B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03211B is #FCDEE4. Grayscale: #171717. Windows color (decimal): -16572133 or 1777923. OLE color: 1777923.

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

Color convert

RGB33327-
CMYK0.9100.180.87
HSL168º83.33%7.06%-
HSV(B)168º90.91%12.94%-
XYZ0.781.191.22-
YUV23.35130.06113.49-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.76%
GREEN value IS 33 (13.28% from 255) = 52.38%
BLUE value IS 27 (10.94% from 255) = 42.86%
R=4.76%
G=52.38%
B=42.86%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal333270.9100.180.8716883.337.06
Hex3211B5B01257a8537
Octal341331330221272501237
Binary111000011101110110110100101010111101010001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03211B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03211B; }

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

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

<style>
 a { background-color: #03211B; }

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

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

<style>
 span { border-color: #03211B; }

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

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