Shades of Camarone #205D30
Tints of Camarone #205D30
RGB
CMYK
RGB Variations
Color information
#205D30 (or 0x205D30) is known color: Camarone. HEX triplet: 20, 5D and 30. RGB value is (32,93,48). Sum of RGB (Red+Green+Blue) = 32+93+48=173 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.50% from 173); Green value is 93 (36.72% from 255 or 53.76% from 173); Blue value is 48 (19.14% from 255 or 27.75% from 173); Max value from RGB is 93 - color contains mainly: green. Hex color #205D30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205D30 is #DFA2CF. Grayscale: #454545. Windows color (decimal): -14656208 or 3169568. OLE color: 3169568.
HSL color Cylindrical-coordinate representation of color #205D30: hue angle of 135.74º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #205D30 is Cyan = 0.66, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 93 | 48 | - |
| CMYK | 0.66 | 0 | 0.48 | 0.64 |
| HSL | 135.74º | 0.49% | 0.25% | - |
| HSV(B) | 135.74º | 0.66% | 0.36% | - |
| XYZ | 5.04 | 8.35 | 4.14 | - |
| YUV | 69.63 | 115.79 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 93 | 48 | 0.66 | 0 | 0.48 | 0.64 | 135.74 | 0.49 | 0.25 |
| Hex | 20 | 5D | 30 | 42 | 0 | 30 | 40 | 88 | 31 | 19 |
| Octal | 40 | 135 | 60 | 102 | 0 | 60 | 100 | 210 | 61 | 31 |
| Binary | 100000 | 1011101 | 110000 | 1000010 | 0 | 110000 | 1000000 | 10001000 | 110001 | 11001 |
Color Harmonies of #205D30
Complementary color
Monochromatic Colors of #205D30
Black with #205D30
Text Example
Text Example
White with #205D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205D30; }
p { color: rgb(32,93,48); }
H1.HeaderClassName
{
color: #205D30;
}
.AnyTagClassName
{
color: #205D30;
}
</style>
background-color css
<style>
a { background-color: #205D30; }
a { background-color: rgb(32,93,48); }
div.DivClassName
{
background-color: #205D30;
}
.BgClassName
{
background-color: #205D30;
}
</style>
border-color css
<style>
span { border-color: #205D30; }
span { border-color: rgb(32,93,48); }
td.TdClassName
{
border-color: #205D30;
}
.TagClassName
{
border-color: #205D30;
}
</style>