Shades of Dark Green #032625
Tints of Dark Green #032625
RGB
CMYK
RGB Variations
Color information
#032625 (or 0x032625) is known color: Dark Green. HEX triplet: 03, 26 and 25. RGB value is (3,38,37). Sum of RGB (Red+Green+Blue) = 3+38+37=78 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.85% from 78); Green value is 38 (15.23% from 255 or 48.72% from 78); Blue value is 37 (14.84% from 255 or 47.44% from 78); Max value from RGB is 38 - color contains mainly: green. Hex color #032625 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032625 is #FCD9DA. Grayscale: #1B1B1B. Windows color (decimal): -16570843 or 2434563. OLE color: 2434563.
HSL color Cylindrical-coordinate representation of color #032625: hue angle of 178.29º 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 #032625 is Cyan = 0.92, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 3 | 38 | 37 | - |
| CMYK | 0.92 | 0 | 0.03 | 0.85 |
| HSL | 178.29º | 0.85% | 0.08% | - |
| HSV(B) | 178.29º | 0.92% | 0.15% | - |
| XYZ | 1.06 | 1.54 | 1.99 | - |
| YUV | 27.42 | 133.4 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 38 | 37 | 0.92 | 0 | 0.03 | 0.85 | 178.29 | 0.85 | 0.08 |
| Hex | 3 | 26 | 25 | 5C | 0 | 3 | 55 | B2 | 55 | 8 |
| Octal | 3 | 46 | 45 | 134 | 0 | 3 | 125 | 262 | 125 | 10 |
| Binary | 11 | 100110 | 100101 | 1011100 | 0 | 11 | 1010101 | 10110010 | 1010101 | 1000 |
Color Harmonies of #032625
Complementary color
Monochromatic Colors of #032625
Black with #032625
Text Example
Text Example
White with #032625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032625; }
p { color: rgb(3,38,37); }
H1.HeaderClassName
{
color: #032625;
}
.AnyTagClassName
{
color: #032625;
}
</style>
background-color css
<style>
a { background-color: #032625; }
a { background-color: rgb(3,38,37); }
div.DivClassName
{
background-color: #032625;
}
.BgClassName
{
background-color: #032625;
}
</style>
border-color css
<style>
span { border-color: #032625; }
span { border-color: rgb(3,38,37); }
td.TdClassName
{
border-color: #032625;
}
.TagClassName
{
border-color: #032625;
}
</style>