Shades of Camarone #1B672E
Tints of Camarone #1B672E
RGB
CMYK
RGB Variations
Color information
#1B672E (or 0x1B672E) is known color: Camarone. HEX triplet: 1B, 67 and 2E. RGB value is (27,103,46). Sum of RGB (Red+Green+Blue) = 27+103+46=176 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.34% from 176); Green value is 103 (40.62% from 255 or 58.52% from 176); Blue value is 46 (18.36% from 255 or 26.14% from 176); Max value from RGB is 103 - color contains mainly: green. Hex color #1B672E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B672E is #E498D1. Grayscale: #494949. Windows color (decimal): -14981330 or 3041051. OLE color: 3041051.
HSL color Cylindrical-coordinate representation of color #1B672E: hue angle of 135º 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 #1B672E is Cyan = 0.74, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 27 | 103 | 46 | - |
| CMYK | 0.74 | 0 | 0.55 | 0.60 |
| HSL | 135º | 0.58% | 0.25% | - |
| HSV(B) | 135º | 0.74% | 0.4% | - |
| XYZ | 5.8 | 10.13 | 4.23 | - |
| YUV | 73.78 | 112.32 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 103 | 46 | 0.74 | 0 | 0.55 | 0.60 | 135 | 0.58 | 0.25 |
| Hex | 1B | 67 | 2E | 4A | 0 | 37 | 3C | 87 | 3A | 19 |
| Octal | 33 | 147 | 56 | 112 | 0 | 67 | 74 | 207 | 72 | 31 |
| Binary | 11011 | 1100111 | 101110 | 1001010 | 0 | 110111 | 111100 | 10000111 | 111010 | 11001 |
Color Harmonies of #1B672E
Complementary color
Monochromatic Colors of #1B672E
Black with #1B672E
Text Example
Text Example
White with #1B672E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B672E; }
p { color: rgb(27,103,46); }
H1.HeaderClassName
{
color: #1B672E;
}
.AnyTagClassName
{
color: #1B672E;
}
</style>
background-color css
<style>
a { background-color: #1B672E; }
a { background-color: rgb(27,103,46); }
div.DivClassName
{
background-color: #1B672E;
}
.BgClassName
{
background-color: #1B672E;
}
</style>
border-color css
<style>
span { border-color: #1B672E; }
span { border-color: rgb(27,103,46); }
td.TdClassName
{
border-color: #1B672E;
}
.TagClassName
{
border-color: #1B672E;
}
</style>