Shades of Dark Green #03201B
Tints of Dark Green #03201B
RGB
CMYK
RGB Variations
Color information
#03201B (or 0x03201B) is known color: Dark Green. HEX triplet: 03, 20 and 1B. RGB value is (3,32,27). Sum of RGB (Red+Green+Blue) = 3+32+27=62 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.84% from 62); Green value is 32 (12.89% from 255 or 51.61% from 62); Blue value is 27 (10.94% from 255 or 43.55% from 62); Max value from RGB is 32 - color contains mainly: green. Hex color #03201B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03201B is #FCDFE4. Grayscale: #161616. Windows color (decimal): -16572389 or 1777667. OLE color: 1777667.
HSL color Cylindrical-coordinate representation of color #03201B: hue angle of 169.66º 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 #03201B is Cyan = 0.91, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.87.
Color convert
RGB | 3 | 32 | 27 | - |
CMYK | 0.91 | 0 | 0.16 | 0.87 |
HSL | 169.66º | 0.83% | 0.07% | - |
HSV(B) | 169.66º | 0.91% | 0.13% | - |
XYZ | 0.75 | 1.13 | 1.22 | - |
YUV | 22.76 | 130.39 | 113.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 3 | 32 | 27 | 0.91 | 0 | 0.16 | 0.87 | 169.66 | 0.83 | 0.07 |
Hex | 3 | 20 | 1B | 5B | 0 | 10 | 57 | AA | 53 | 7 |
Octal | 3 | 40 | 33 | 133 | 0 | 20 | 127 | 252 | 123 | 7 |
Binary | 11 | 100000 | 11011 | 1011011 | 0 | 10000 | 1010111 | 10101010 | 1010011 | 111 |
Color Harmonies of #03201B
Complementary color
Monochromatic Colors of #03201B
Black with #03201B
Text Example
Text Example
White with #03201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03201B; }
p { color: rgb(3,32,27); }
H1.HeaderClassName
{
color: #03201B;
}
.AnyTagClassName
{
color: #03201B;
}
</style>
background-color css
<style>
a { background-color: #03201B; }
a { background-color: rgb(3,32,27); }
div.DivClassName
{
background-color: #03201B;
}
.BgClassName
{
background-color: #03201B;
}
</style>
border-color css
<style>
span { border-color: #03201B; }
span { border-color: rgb(3,32,27); }
td.TdClassName
{
border-color: #03201B;
}
.TagClassName
{
border-color: #03201B;
}
</style>