Shades of Camarone #0D852F
Tints of Camarone #0D852F
RGB
CMYK
RGB Variations
Color information
#0D852F (or 0x0D852F) is known color: Camarone. HEX triplet: 0D, 85 and 2F. RGB value is (13,133,47). Sum of RGB (Red+Green+Blue) = 13+133+47=193 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.74% from 193); Green value is 133 (52.34% from 255 or 68.91% from 193); Blue value is 47 (18.75% from 255 or 24.35% from 193); Max value from RGB is 133 - color contains mainly: green. Hex color #0D852F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D852F is #F27AD0. Grayscale: #575757. Windows color (decimal): -15891153 or 3114253. OLE color: 3114253.
HSL color Cylindrical-coordinate representation of color #0D852F: hue angle of 137º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D852F is Cyan = 0.90, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 13 | 133 | 47 | - |
| CMYK | 0.90 | 0 | 0.65 | 0.48 |
| HSL | 137º | 0.82% | 0.29% | - |
| HSV(B) | 137º | 0.9% | 0.52% | - |
| XYZ | 9.07 | 17.07 | 5.51 | - |
| YUV | 87.32 | 105.24 | 74.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 133 | 47 | 0.90 | 0 | 0.65 | 0.48 | 137 | 0.82 | 0.29 |
| Hex | D | 85 | 2F | 5A | 0 | 41 | 30 | 89 | 52 | 1D |
| Octal | 15 | 205 | 57 | 132 | 0 | 101 | 60 | 211 | 122 | 35 |
| Binary | 1101 | 10000101 | 101111 | 1011010 | 0 | 1000001 | 110000 | 10001001 | 1010010 | 11101 |
Color Harmonies of #0D852F
Complementary color
Monochromatic Colors of #0D852F
Black with #0D852F
Text Example
Text Example
White with #0D852F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D852F; }
p { color: rgb(13,133,47); }
H1.HeaderClassName
{
color: #0D852F;
}
.AnyTagClassName
{
color: #0D852F;
}
</style>
background-color css
<style>
a { background-color: #0D852F; }
a { background-color: rgb(13,133,47); }
div.DivClassName
{
background-color: #0D852F;
}
.BgClassName
{
background-color: #0D852F;
}
</style>
border-color css
<style>
span { border-color: #0D852F; }
span { border-color: rgb(13,133,47); }
td.TdClassName
{
border-color: #0D852F;
}
.TagClassName
{
border-color: #0D852F;
}
</style>