Shades of Camarone #1B672F
Tints of Camarone #1B672F
RGB
CMYK
RGB Variations
Color information
#1B672F (or 0x1B672F) is known color: Camarone. HEX triplet: 1B, 67 and 2F. RGB value is (27,103,47). Sum of RGB (Red+Green+Blue) = 27+103+47=177 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.25% from 177); Green value is 103 (40.62% from 255 or 58.19% from 177); Blue value is 47 (18.75% from 255 or 26.55% from 177); Max value from RGB is 103 - color contains mainly: green. Hex color #1B672F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B672F is #E498D0. Grayscale: #4A4A4A. Windows color (decimal): -14981329 or 3106587. OLE color: 3106587.
HSL color Cylindrical-coordinate representation of color #1B672F: hue angle of 135.79º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1B672F is Cyan = 0.74, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 27 | 103 | 47 | - |
| CMYK | 0.74 | 0 | 0.54 | 0.60 |
| HSL | 135.79º | 0.58% | 0.25% | - |
| HSV(B) | 135.79º | 0.74% | 0.4% | - |
| XYZ | 5.82 | 10.14 | 4.34 | - |
| YUV | 73.89 | 112.82 | 94.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 103 | 47 | 0.74 | 0 | 0.54 | 0.60 | 135.79 | 0.58 | 0.25 |
| Hex | 1B | 67 | 2F | 4A | 0 | 36 | 3C | 88 | 3A | 19 |
| Octal | 33 | 147 | 57 | 112 | 0 | 66 | 74 | 210 | 72 | 31 |
| Binary | 11011 | 1100111 | 101111 | 1001010 | 0 | 110110 | 111100 | 10001000 | 111010 | 11001 |
Color Harmonies of #1B672F
Complementary color
Monochromatic Colors of #1B672F
Black with #1B672F
Text Example
Text Example
White with #1B672F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B672F; }
p { color: rgb(27,103,47); }
H1.HeaderClassName
{
color: #1B672F;
}
.AnyTagClassName
{
color: #1B672F;
}
</style>
background-color css
<style>
a { background-color: #1B672F; }
a { background-color: rgb(27,103,47); }
div.DivClassName
{
background-color: #1B672F;
}
.BgClassName
{
background-color: #1B672F;
}
</style>
border-color css
<style>
span { border-color: #1B672F; }
span { border-color: rgb(27,103,47); }
td.TdClassName
{
border-color: #1B672F;
}
.TagClassName
{
border-color: #1B672F;
}
</style>