Shades of Camarone #008227
Tints of Camarone #008227
RGB
CMYK
RGB Variations
Color information
#008227 (or 0x008227) is known color: Camarone. HEX triplet: 00, 82 and 27. RGB value is (0,130,39). Sum of RGB (Red+Green+Blue) = 0+130+39=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 130 (51.17% from 255 or 76.92% from 169); Blue value is 39 (15.62% from 255 or 23.08% from 169); Max value from RGB is 130 - color contains mainly: green. Hex color #008227 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008227 is #FF7DD8. Grayscale: #505050. Windows color (decimal): -16743897 or 2589184. OLE color: 2589184.
HSL color Cylindrical-coordinate representation of color #008227: hue angle of 138º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008227 is Cyan = 1, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 130 | 39 | - |
| CMYK | 1 | 0 | 0.70 | 0.49 |
| HSL | 138º | 1% | 0.25% | - |
| HSV(B) | 138º | 1% | 0.51% | - |
| XYZ | 8.35 | 16.11 | 4.59 | - |
| YUV | 80.76 | 104.43 | 70.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 130 | 39 | 1 | 0 | 0.70 | 0.49 | 138 | 1 | 0.25 |
| Hex | 0 | 82 | 27 | 64 | 0 | 46 | 31 | 8A | 64 | 19 |
| Octal | 0 | 202 | 47 | 144 | 0 | 106 | 61 | 212 | 144 | 31 |
| Binary | 0 | 10000010 | 100111 | 1100100 | 0 | 1000110 | 110001 | 10001010 | 1100100 | 11001 |
Color Harmonies of #008227
Complementary color
Monochromatic Colors of #008227
Black with #008227
Text Example
Text Example
White with #008227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008227; }
p { color: rgb(0,130,39); }
H1.HeaderClassName
{
color: #008227;
}
.AnyTagClassName
{
color: #008227;
}
</style>
background-color css
<style>
a { background-color: #008227; }
a { background-color: rgb(0,130,39); }
div.DivClassName
{
background-color: #008227;
}
.BgClassName
{
background-color: #008227;
}
</style>
border-color css
<style>
span { border-color: #008227; }
span { border-color: rgb(0,130,39); }
td.TdClassName
{
border-color: #008227;
}
.TagClassName
{
border-color: #008227;
}
</style>