Shades of Camarone #177D2F
Tints of Camarone #177D2F
RGB
CMYK
RGB Variations
Color information
#177D2F (or 0x177D2F) is known color: Camarone. HEX triplet: 17, 7D and 2F. RGB value is (23,125,47). Sum of RGB (Red+Green+Blue) = 23+125+47=195 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.79% from 195); Green value is 125 (49.22% from 255 or 64.10% from 195); Blue value is 47 (18.75% from 255 or 24.10% from 195); Max value from RGB is 125 - color contains mainly: green. Hex color #177D2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #177D2F is #E882D0. Grayscale: #555555. Windows color (decimal): -15237841 or 3112215. OLE color: 3112215.
HSL color Cylindrical-coordinate representation of color #177D2F: hue angle of 134.12º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #177D2F is Cyan = 0.82, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 23 | 125 | 47 | - |
| CMYK | 0.82 | 0 | 0.62 | 0.51 |
| HSL | 134.12º | 0.69% | 0.29% | - |
| HSV(B) | 134.12º | 0.82% | 0.49% | - |
| XYZ | 8.2 | 15.05 | 5.16 | - |
| YUV | 85.61 | 106.21 | 83.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 125 | 47 | 0.82 | 0 | 0.62 | 0.51 | 134.12 | 0.69 | 0.29 |
| Hex | 17 | 7D | 2F | 52 | 0 | 3E | 33 | 86 | 45 | 1D |
| Octal | 27 | 175 | 57 | 122 | 0 | 76 | 63 | 206 | 105 | 35 |
| Binary | 10111 | 1111101 | 101111 | 1010010 | 0 | 111110 | 110011 | 10000110 | 1000101 | 11101 |
Color Harmonies of #177D2F
Complementary color
Monochromatic Colors of #177D2F
Black with #177D2F
Text Example
Text Example
White with #177D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177D2F; }
p { color: rgb(23,125,47); }
H1.HeaderClassName
{
color: #177D2F;
}
.AnyTagClassName
{
color: #177D2F;
}
</style>
background-color css
<style>
a { background-color: #177D2F; }
a { background-color: rgb(23,125,47); }
div.DivClassName
{
background-color: #177D2F;
}
.BgClassName
{
background-color: #177D2F;
}
</style>
border-color css
<style>
span { border-color: #177D2F; }
span { border-color: rgb(23,125,47); }
td.TdClassName
{
border-color: #177D2F;
}
.TagClassName
{
border-color: #177D2F;
}
</style>