Shades of Green Pea #266940
Tints of Green Pea #266940
RGB
CMYK
RGB Variations
Color information
#266940 (or 0x266940) is known color: Green Pea. HEX triplet: 26, 69 and 40. RGB value is (38,105,64). Sum of RGB (Red+Green+Blue) = 38+105+64=207 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.36% from 207); Green value is 105 (41.41% from 255 or 50.72% from 207); Blue value is 64 (25.39% from 255 or 30.92% from 207); Max value from RGB is 105 - color contains mainly: green. Hex color #266940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266940 is #D996BF. Grayscale: #505050. Windows color (decimal): -14259904 or 4221222. OLE color: 4221222.
HSL color Cylindrical-coordinate representation of color #266940: hue angle of 143.28º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #266940 is Cyan = 0.64, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 38 | 105 | 64 | - |
| CMYK | 0.64 | 0 | 0.39 | 0.59 |
| HSL | 143.28º | 0.47% | 0.28% | - |
| HSV(B) | 143.28º | 0.64% | 0.41% | - |
| XYZ | 6.78 | 10.89 | 6.59 | - |
| YUV | 80.29 | 118.8 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 105 | 64 | 0.64 | 0 | 0.39 | 0.59 | 143.28 | 0.47 | 0.28 |
| Hex | 26 | 69 | 40 | 40 | 0 | 27 | 3B | 8F | 2F | 1C |
| Octal | 46 | 151 | 100 | 100 | 0 | 47 | 73 | 217 | 57 | 34 |
| Binary | 100110 | 1101001 | 1000000 | 1000000 | 0 | 100111 | 111011 | 10001111 | 101111 | 11100 |
Color Harmonies of #266940
Complementary color
Monochromatic Colors of #266940
Black with #266940
Text Example
Text Example
White with #266940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266940; }
p { color: rgb(38,105,64); }
H1.HeaderClassName
{
color: #266940;
}
.AnyTagClassName
{
color: #266940;
}
</style>
background-color css
<style>
a { background-color: #266940; }
a { background-color: rgb(38,105,64); }
div.DivClassName
{
background-color: #266940;
}
.BgClassName
{
background-color: #266940;
}
</style>
border-color css
<style>
span { border-color: #266940; }
span { border-color: rgb(38,105,64); }
td.TdClassName
{
border-color: #266940;
}
.TagClassName
{
border-color: #266940;
}
</style>