Shades of Camarone #0D7027
Tints of Camarone #0D7027
RGB
CMYK
RGB Variations
Color information
#0D7027 (or 0x0D7027) is known color: Camarone. HEX triplet: 0D, 70 and 27. RGB value is (13,112,39). Sum of RGB (Red+Green+Blue) = 13+112+39=164 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.93% from 164); Green value is 112 (44.14% from 255 or 68.29% from 164); Blue value is 39 (15.62% from 255 or 23.78% from 164); Max value from RGB is 112 - color contains mainly: green. Hex color #0D7027 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D7027 is #F28FD8. Grayscale: #4A4A4A. Windows color (decimal): -15896537 or 2584589. OLE color: 2584589.
HSL color Cylindrical-coordinate representation of color #0D7027: hue angle of 135.76º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D7027 is Cyan = 0.88, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 13 | 112 | 39 | - |
| CMYK | 0.88 | 0 | 0.65 | 0.56 |
| HSL | 135.76º | 0.79% | 0.25% | - |
| HSV(B) | 135.76º | 0.88% | 0.44% | - |
| XYZ | 6.33 | 11.82 | 3.87 | - |
| YUV | 74.08 | 108.2 | 84.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 112 | 39 | 0.88 | 0 | 0.65 | 0.56 | 135.76 | 0.79 | 0.25 |
| Hex | D | 70 | 27 | 58 | 0 | 41 | 38 | 88 | 4F | 19 |
| Octal | 15 | 160 | 47 | 130 | 0 | 101 | 70 | 210 | 117 | 31 |
| Binary | 1101 | 1110000 | 100111 | 1011000 | 0 | 1000001 | 111000 | 10001000 | 1001111 | 11001 |
Color Harmonies of #0D7027
Complementary color
Monochromatic Colors of #0D7027
Black with #0D7027
Text Example
Text Example
White with #0D7027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7027; }
p { color: rgb(13,112,39); }
H1.HeaderClassName
{
color: #0D7027;
}
.AnyTagClassName
{
color: #0D7027;
}
</style>
background-color css
<style>
a { background-color: #0D7027; }
a { background-color: rgb(13,112,39); }
div.DivClassName
{
background-color: #0D7027;
}
.BgClassName
{
background-color: #0D7027;
}
</style>
border-color css
<style>
span { border-color: #0D7027; }
span { border-color: rgb(13,112,39); }
td.TdClassName
{
border-color: #0D7027;
}
.TagClassName
{
border-color: #0D7027;
}
</style>