Shades of Dark Green #05342F
Tints of Dark Green #05342F
RGB
CMYK
RGB Variations
Color information
#05342F (or 0x05342F) is known color: Dark Green. HEX triplet: 05, 34 and 2F. RGB value is (5,52,47). Sum of RGB (Red+Green+Blue) = 5+52+47=104 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.81% from 104); Green value is 52 (20.70% from 255 or 50% from 104); Blue value is 47 (18.75% from 255 or 45.19% from 104); Max value from RGB is 52 - color contains mainly: green. Hex color #05342F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05342F is #FACBD0. Grayscale: #252525. Windows color (decimal): -16436177 or 3093509. OLE color: 3093509.
HSL color Cylindrical-coordinate representation of color #05342F: hue angle of 173.62º 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 #05342F is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 5 | 52 | 47 | - |
| CMYK | 0.90 | 0 | 0.10 | 0.80 |
| HSL | 173.62º | 0.82% | 0.11% | - |
| HSV(B) | 173.62º | 0.9% | 0.2% | - |
| XYZ | 1.8 | 2.69 | 3.11 | - |
| YUV | 37.38 | 133.43 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 52 | 47 | 0.90 | 0 | 0.10 | 0.80 | 173.62 | 0.82 | 0.11 |
| Hex | 5 | 34 | 2F | 5A | 0 | A | 50 | AE | 52 | B |
| Octal | 5 | 64 | 57 | 132 | 0 | 12 | 120 | 256 | 122 | 13 |
| Binary | 101 | 110100 | 101111 | 1011010 | 0 | 1010 | 1010000 | 10101110 | 1010010 | 1011 |
Color Harmonies of #05342F
Complementary color
Monochromatic Colors of #05342F
Black with #05342F
Text Example
Text Example
White with #05342F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05342F; }
p { color: rgb(5,52,47); }
H1.HeaderClassName
{
color: #05342F;
}
.AnyTagClassName
{
color: #05342F;
}
</style>
background-color css
<style>
a { background-color: #05342F; }
a { background-color: rgb(5,52,47); }
div.DivClassName
{
background-color: #05342F;
}
.BgClassName
{
background-color: #05342F;
}
</style>
border-color css
<style>
span { border-color: #05342F; }
span { border-color: rgb(5,52,47); }
td.TdClassName
{
border-color: #05342F;
}
.TagClassName
{
border-color: #05342F;
}
</style>