Shades of Dark Green #053025
Tints of Dark Green #053025
RGB
CMYK
RGB Variations
Color information
#053025 (or 0x053025) is known color: Dark Green. HEX triplet: 05, 30 and 25. RGB value is (5,48,37). Sum of RGB (Red+Green+Blue) = 5+48+37=90 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.56% from 90); Green value is 48 (19.14% from 255 or 53.33% from 90); Blue value is 37 (14.84% from 255 or 41.11% from 90); Max value from RGB is 48 - color contains mainly: green. Hex color #053025 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053025 is #FACFDA. Grayscale: #212121. Windows color (decimal): -16437211 or 2437125. OLE color: 2437125.
HSL color Cylindrical-coordinate representation of color #053025: hue angle of 164.65º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053025 is Cyan = 0.90, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 5 | 48 | 37 | - |
| CMYK | 0.90 | 0 | 0.23 | 0.81 |
| HSL | 164.65º | 0.81% | 0.1% | - |
| HSV(B) | 164.65º | 0.9% | 0.19% | - |
| XYZ | 1.45 | 2.28 | 2.11 | - |
| YUV | 33.89 | 129.75 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 48 | 37 | 0.90 | 0 | 0.23 | 0.81 | 164.65 | 0.81 | 0.1 |
| Hex | 5 | 30 | 25 | 5A | 0 | 17 | 51 | A5 | 51 | A |
| Octal | 5 | 60 | 45 | 132 | 0 | 27 | 121 | 245 | 121 | 12 |
| Binary | 101 | 110000 | 100101 | 1011010 | 0 | 10111 | 1010001 | 10100101 | 1010001 | 1010 |
Color Harmonies of #053025
Complementary color
Monochromatic Colors of #053025
Black with #053025
Text Example
Text Example
White with #053025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053025; }
p { color: rgb(5,48,37); }
H1.HeaderClassName
{
color: #053025;
}
.AnyTagClassName
{
color: #053025;
}
</style>
background-color css
<style>
a { background-color: #053025; }
a { background-color: rgb(5,48,37); }
div.DivClassName
{
background-color: #053025;
}
.BgClassName
{
background-color: #053025;
}
</style>
border-color css
<style>
span { border-color: #053025; }
span { border-color: rgb(5,48,37); }
td.TdClassName
{
border-color: #053025;
}
.TagClassName
{
border-color: #053025;
}
</style>