Shades of Dark Green #032525
Tints of Dark Green #032525
RGB
CMYK
RGB Variations
Color information
#032525 (or 0x032525) is known color: Dark Green. HEX triplet: 03, 25 and 25. RGB value is (3,37,37). Sum of RGB (Red+Green+Blue) = 3+37+37=77 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.90% from 77); Green value is 37 (14.84% from 255 or 48.05% from 77); Blue value is 37 (14.84% from 255 or 48.05% from 77); Max value from RGB is 37 - color contains mainly: green, blue. Hex color #032525 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032525 is #FCDADA. Grayscale: #1A1A1A. Windows color (decimal): -16571099 or 2434307. OLE color: 2434307.
HSL color Cylindrical-coordinate representation of color #032525: hue angle of 180º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #032525 is Cyan = 0.92, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 3 | 37 | 37 | - |
| CMYK | 0.92 | 0 | 0 | 0.85 |
| HSL | 180º | 0.85% | 0.08% | - |
| HSV(B) | 180º | 0.92% | 0.15% | - |
| XYZ | 1.03 | 1.48 | 1.98 | - |
| YUV | 26.83 | 133.74 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 37 | 37 | 0.92 | 0 | 0 | 0.85 | 180 | 0.85 | 0.08 |
| Hex | 3 | 25 | 25 | 5C | 0 | 0 | 55 | B4 | 55 | 8 |
| Octal | 3 | 45 | 45 | 134 | 0 | 0 | 125 | 264 | 125 | 10 |
| Binary | 11 | 100101 | 100101 | 1011100 | 0 | 0 | 1010101 | 10110100 | 1010101 | 1000 |
Color Harmonies of #032525
Complementary color
Monochromatic Colors of #032525
Black with #032525
Text Example
Text Example
White with #032525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032525; }
p { color: rgb(3,37,37); }
H1.HeaderClassName
{
color: #032525;
}
.AnyTagClassName
{
color: #032525;
}
</style>
background-color css
<style>
a { background-color: #032525; }
a { background-color: rgb(3,37,37); }
div.DivClassName
{
background-color: #032525;
}
.BgClassName
{
background-color: #032525;
}
</style>
border-color css
<style>
span { border-color: #032525; }
span { border-color: rgb(3,37,37); }
td.TdClassName
{
border-color: #032525;
}
.TagClassName
{
border-color: #032525;
}
</style>