Shades of Camarone #1C823B
Tints of Camarone #1C823B
RGB
CMYK
RGB Variations
Color information
#1C823B (or 0x1C823B) is known color: Camarone. HEX triplet: 1C, 82 and 3B. RGB value is (28,130,59). Sum of RGB (Red+Green+Blue) = 28+130+59=217 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.90% from 217); Green value is 130 (51.17% from 255 or 59.91% from 217); Blue value is 59 (23.44% from 255 or 27.19% from 217); Max value from RGB is 130 - color contains mainly: green. Hex color #1C823B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C823B is #E37DC4. Grayscale: #5B5B5B. Windows color (decimal): -14908869 or 3899932. OLE color: 3899932.
HSL color Cylindrical-coordinate representation of color #1C823B: hue angle of 138.24º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1C823B is Cyan = 0.78, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 28 | 130 | 59 | - |
| CMYK | 0.78 | 0 | 0.55 | 0.49 |
| HSL | 138.24º | 0.65% | 0.31% | - |
| HSV(B) | 138.24º | 0.78% | 0.51% | - |
| XYZ | 9.25 | 16.53 | 6.84 | - |
| YUV | 91.41 | 109.71 | 82.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 130 | 59 | 0.78 | 0 | 0.55 | 0.49 | 138.24 | 0.65 | 0.31 |
| Hex | 1C | 82 | 3B | 4E | 0 | 37 | 31 | 8A | 41 | 1F |
| Octal | 34 | 202 | 73 | 116 | 0 | 67 | 61 | 212 | 101 | 37 |
| Binary | 11100 | 10000010 | 111011 | 1001110 | 0 | 110111 | 110001 | 10001010 | 1000001 | 11111 |
Color Harmonies of #1C823B
Complementary color
Monochromatic Colors of #1C823B
Black with #1C823B
Text Example
Text Example
White with #1C823B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C823B; }
p { color: rgb(28,130,59); }
H1.HeaderClassName
{
color: #1C823B;
}
.AnyTagClassName
{
color: #1C823B;
}
</style>
background-color css
<style>
a { background-color: #1C823B; }
a { background-color: rgb(28,130,59); }
div.DivClassName
{
background-color: #1C823B;
}
.BgClassName
{
background-color: #1C823B;
}
</style>
border-color css
<style>
span { border-color: #1C823B; }
span { border-color: rgb(28,130,59); }
td.TdClassName
{
border-color: #1C823B;
}
.TagClassName
{
border-color: #1C823B;
}
</style>