Shades of Camarone #268141
Tints of Camarone #268141
RGB
CMYK
RGB Variations
Color information
#268141 (or 0x268141) is known color: Camarone. HEX triplet: 26, 81 and 41. RGB value is (38,129,65). Sum of RGB (Red+Green+Blue) = 38+129+65=232 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.38% from 232); Green value is 129 (50.78% from 255 or 55.60% from 232); Blue value is 65 (25.78% from 255 or 28.02% from 232); Max value from RGB is 129 - color contains mainly: green. Hex color #268141 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268141 is #D97EBE. Grayscale: #5E5E5E. Windows color (decimal): -14253759 or 4292902. OLE color: 4292902.
HSL color Cylindrical-coordinate representation of color #268141: hue angle of 137.8º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #268141 is Cyan = 0.71, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 129 | 65 | - |
| CMYK | 0.71 | 0 | 0.50 | 0.49 |
| HSL | 137.8º | 0.54% | 0.33% | - |
| HSV(B) | 137.8º | 0.71% | 0.51% | - |
| XYZ | 9.6 | 16.49 | 7.68 | - |
| YUV | 94.5 | 111.35 | 87.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 129 | 65 | 0.71 | 0 | 0.50 | 0.49 | 137.8 | 0.54 | 0.33 |
| Hex | 26 | 81 | 41 | 47 | 0 | 32 | 31 | 8A | 36 | 21 |
| Octal | 46 | 201 | 101 | 107 | 0 | 62 | 61 | 212 | 66 | 41 |
| Binary | 100110 | 10000001 | 1000001 | 1000111 | 0 | 110010 | 110001 | 10001010 | 110110 | 100001 |
Color Harmonies of #268141
Complementary color
Monochromatic Colors of #268141
Black with #268141
Text Example
Text Example
White with #268141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268141; }
p { color: rgb(38,129,65); }
H1.HeaderClassName
{
color: #268141;
}
.AnyTagClassName
{
color: #268141;
}
</style>
background-color css
<style>
a { background-color: #268141; }
a { background-color: rgb(38,129,65); }
div.DivClassName
{
background-color: #268141;
}
.BgClassName
{
background-color: #268141;
}
</style>
border-color css
<style>
span { border-color: #268141; }
span { border-color: rgb(38,129,65); }
td.TdClassName
{
border-color: #268141;
}
.TagClassName
{
border-color: #268141;
}
</style>