Shades of Dark Green #05342A
Tints of Dark Green #05342A
RGB
CMYK
RGB Variations
Color information
#05342A (or 0x05342A) is known color: Dark Green. HEX triplet: 05, 34 and 2A. RGB value is (5,52,42). Sum of RGB (Red+Green+Blue) = 5+52+42=99 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5.05% from 99); Green value is 52 (20.70% from 255 or 52.53% from 99); Blue value is 42 (16.80% from 255 or 42.42% from 99); Max value from RGB is 52 - color contains mainly: green. Hex color #05342A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05342A is #FACBD5. Grayscale: #242424. Windows color (decimal): -16436182 or 2765829. OLE color: 2765829.
HSL color Cylindrical-coordinate representation of color #05342A: hue angle of 167.23º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #05342A is Cyan = 0.90, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 5 | 52 | 42 | - |
| CMYK | 0.90 | 0 | 0.19 | 0.80 |
| HSL | 167.23º | 0.82% | 0.11% | - |
| HSV(B) | 167.23º | 0.9% | 0.2% | - |
| XYZ | 1.71 | 2.66 | 2.61 | - |
| YUV | 36.81 | 130.93 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 52 | 42 | 0.90 | 0 | 0.19 | 0.80 | 167.23 | 0.82 | 0.11 |
| Hex | 5 | 34 | 2A | 5A | 0 | 13 | 50 | A7 | 52 | B |
| Octal | 5 | 64 | 52 | 132 | 0 | 23 | 120 | 247 | 122 | 13 |
| Binary | 101 | 110100 | 101010 | 1011010 | 0 | 10011 | 1010000 | 10100111 | 1010010 | 1011 |
Color Harmonies of #05342A
Complementary color
Monochromatic Colors of #05342A
Black with #05342A
Text Example
Text Example
White with #05342A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05342A; }
p { color: rgb(5,52,42); }
H1.HeaderClassName
{
color: #05342A;
}
.AnyTagClassName
{
color: #05342A;
}
</style>
background-color css
<style>
a { background-color: #05342A; }
a { background-color: rgb(5,52,42); }
div.DivClassName
{
background-color: #05342A;
}
.BgClassName
{
background-color: #05342A;
}
</style>
border-color css
<style>
span { border-color: #05342A; }
span { border-color: rgb(5,52,42); }
td.TdClassName
{
border-color: #05342A;
}
.TagClassName
{
border-color: #05342A;
}
</style>