Shades of Green Pea #266849
Tints of Green Pea #266849
RGB
CMYK
RGB Variations
Color information
#266849 (or 0x266849) is known color: Green Pea. HEX triplet: 26, 68 and 49. RGB value is (38,104,73). Sum of RGB (Red+Green+Blue) = 38+104+73=215 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.67% from 215); Green value is 104 (41.02% from 255 or 48.37% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 104 - color contains mainly: green. Hex color #266849 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266849 is #D997B6. Grayscale: #505050. Windows color (decimal): -14260151 or 4810790. OLE color: 4810790.
HSL color Cylindrical-coordinate representation of color #266849: hue angle of 151.82º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #266849 is Cyan = 0.63, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 38 | 104 | 73 | - |
| CMYK | 0.63 | 0 | 0.30 | 0.59 |
| HSL | 151.82º | 0.46% | 0.28% | - |
| HSV(B) | 151.82º | 0.63% | 0.41% | - |
| XYZ | 6.95 | 10.79 | 8.02 | - |
| YUV | 80.73 | 123.63 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 104 | 73 | 0.63 | 0 | 0.30 | 0.59 | 151.82 | 0.46 | 0.28 |
| Hex | 26 | 68 | 49 | 3F | 0 | 1E | 3B | 98 | 2E | 1C |
| Octal | 46 | 150 | 111 | 77 | 0 | 36 | 73 | 230 | 56 | 34 |
| Binary | 100110 | 1101000 | 1001001 | 111111 | 0 | 11110 | 111011 | 10011000 | 101110 | 11100 |
Color Harmonies of #266849
Complementary color
Monochromatic Colors of #266849
Black with #266849
Text Example
Text Example
White with #266849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266849; }
p { color: rgb(38,104,73); }
H1.HeaderClassName
{
color: #266849;
}
.AnyTagClassName
{
color: #266849;
}
</style>
background-color css
<style>
a { background-color: #266849; }
a { background-color: rgb(38,104,73); }
div.DivClassName
{
background-color: #266849;
}
.BgClassName
{
background-color: #266849;
}
</style>
border-color css
<style>
span { border-color: #266849; }
span { border-color: rgb(38,104,73); }
td.TdClassName
{
border-color: #266849;
}
.TagClassName
{
border-color: #266849;
}
</style>