Shades of Camarone #267F41
Tints of Camarone #267F41
RGB
CMYK
RGB Variations
Color information
#267F41 (or 0x267F41) is known color: Camarone. HEX triplet: 26, 7F and 41. RGB value is (38,127,65). Sum of RGB (Red+Green+Blue) = 38+127+65=230 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.52% from 230); Green value is 127 (50% from 255 or 55.22% from 230); Blue value is 65 (25.78% from 255 or 28.26% from 230); Max value from RGB is 127 - color contains mainly: green. Hex color #267F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267F41 is #D980BE. Grayscale: #5D5D5D. Windows color (decimal): -14254271 or 4292390. OLE color: 4292390.
HSL color Cylindrical-coordinate representation of color #267F41: hue angle of 138.2º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #267F41 is Cyan = 0.70, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 38 | 127 | 65 | - |
| CMYK | 0.70 | 0 | 0.49 | 0.50 |
| HSL | 138.2º | 0.54% | 0.32% | - |
| HSV(B) | 138.2º | 0.7% | 0.5% | - |
| XYZ | 9.34 | 15.97 | 7.59 | - |
| YUV | 93.32 | 112.01 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 127 | 65 | 0.70 | 0 | 0.49 | 0.50 | 138.2 | 0.54 | 0.32 |
| Hex | 26 | 7F | 41 | 46 | 0 | 31 | 32 | 8A | 36 | 20 |
| Octal | 46 | 177 | 101 | 106 | 0 | 61 | 62 | 212 | 66 | 40 |
| Binary | 100110 | 1111111 | 1000001 | 1000110 | 0 | 110001 | 110010 | 10001010 | 110110 | 100000 |
Color Harmonies of #267F41
Complementary color
Monochromatic Colors of #267F41
Black with #267F41
Text Example
Text Example
White with #267F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267F41; }
p { color: rgb(38,127,65); }
H1.HeaderClassName
{
color: #267F41;
}
.AnyTagClassName
{
color: #267F41;
}
</style>
background-color css
<style>
a { background-color: #267F41; }
a { background-color: rgb(38,127,65); }
div.DivClassName
{
background-color: #267F41;
}
.BgClassName
{
background-color: #267F41;
}
</style>
border-color css
<style>
span { border-color: #267F41; }
span { border-color: rgb(38,127,65); }
td.TdClassName
{
border-color: #267F41;
}
.TagClassName
{
border-color: #267F41;
}
</style>