Shades of Camarone #1F602A
Tints of Camarone #1F602A
RGB
CMYK
RGB Variations
Color information
#1F602A (or 0x1F602A) is known color: Camarone. HEX triplet: 1F, 60 and 2A. RGB value is (31,96,42). Sum of RGB (Red+Green+Blue) = 31+96+42=169 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.34% from 169); Green value is 96 (37.89% from 255 or 56.80% from 169); Blue value is 42 (16.80% from 255 or 24.85% from 169); Max value from RGB is 96 - color contains mainly: green. Hex color #1F602A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F602A is #E09FD5. Grayscale: #464646. Windows color (decimal): -14720982 or 2777119. OLE color: 2777119.
HSL color Cylindrical-coordinate representation of color #1F602A: hue angle of 130.15º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F602A is Cyan = 0.68, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 31 | 96 | 42 | - |
| CMYK | 0.68 | 0 | 0.56 | 0.62 |
| HSL | 130.15º | 0.51% | 0.25% | - |
| HSV(B) | 130.15º | 0.68% | 0.38% | - |
| XYZ | 5.17 | 8.82 | 3.62 | - |
| YUV | 70.41 | 111.97 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 96 | 42 | 0.68 | 0 | 0.56 | 0.62 | 130.15 | 0.51 | 0.25 |
| Hex | 1F | 60 | 2A | 44 | 0 | 38 | 3E | 82 | 33 | 19 |
| Octal | 37 | 140 | 52 | 104 | 0 | 70 | 76 | 202 | 63 | 31 |
| Binary | 11111 | 1100000 | 101010 | 1000100 | 0 | 111000 | 111110 | 10000010 | 110011 | 11001 |
Color Harmonies of #1F602A
Complementary color
Monochromatic Colors of #1F602A
Black with #1F602A
Text Example
Text Example
White with #1F602A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F602A; }
p { color: rgb(31,96,42); }
H1.HeaderClassName
{
color: #1F602A;
}
.AnyTagClassName
{
color: #1F602A;
}
</style>
background-color css
<style>
a { background-color: #1F602A; }
a { background-color: rgb(31,96,42); }
div.DivClassName
{
background-color: #1F602A;
}
.BgClassName
{
background-color: #1F602A;
}
</style>
border-color css
<style>
span { border-color: #1F602A; }
span { border-color: rgb(31,96,42); }
td.TdClassName
{
border-color: #1F602A;
}
.TagClassName
{
border-color: #1F602A;
}
</style>