Shades of Green Pea #266240
Tints of Green Pea #266240
RGB
CMYK
RGB Variations
Color information
#266240 (or 0x266240) is known color: Green Pea. HEX triplet: 26, 62 and 40. RGB value is (38,98,64). Sum of RGB (Red+Green+Blue) = 38+98+64=200 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19% from 200); Green value is 98 (38.67% from 255 or 49% from 200); Blue value is 64 (25.39% from 255 or 32% from 200); Max value from RGB is 98 - color contains mainly: green. Hex color #266240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266240 is #D99DBF. Grayscale: #4C4C4C. Windows color (decimal): -14261696 or 4219430. OLE color: 4219430.
HSL color Cylindrical-coordinate representation of color #266240: hue angle of 146º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #266240 is Cyan = 0.61, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 38 | 98 | 64 | - |
| CMYK | 0.61 | 0 | 0.35 | 0.62 |
| HSL | 146º | 0.44% | 0.27% | - |
| HSV(B) | 146º | 0.61% | 0.38% | - |
| XYZ | 6.09 | 9.52 | 6.37 | - |
| YUV | 76.18 | 121.12 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 98 | 64 | 0.61 | 0 | 0.35 | 0.62 | 146 | 0.44 | 0.27 |
| Hex | 26 | 62 | 40 | 3D | 0 | 23 | 3E | 92 | 2C | 1B |
| Octal | 46 | 142 | 100 | 75 | 0 | 43 | 76 | 222 | 54 | 33 |
| Binary | 100110 | 1100010 | 1000000 | 111101 | 0 | 100011 | 111110 | 10010010 | 101100 | 11011 |
Color Harmonies of #266240
Complementary color
Monochromatic Colors of #266240
Black with #266240
Text Example
Text Example
White with #266240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266240; }
p { color: rgb(38,98,64); }
H1.HeaderClassName
{
color: #266240;
}
.AnyTagClassName
{
color: #266240;
}
</style>
background-color css
<style>
a { background-color: #266240; }
a { background-color: rgb(38,98,64); }
div.DivClassName
{
background-color: #266240;
}
.BgClassName
{
background-color: #266240;
}
</style>
border-color css
<style>
span { border-color: #266240; }
span { border-color: rgb(38,98,64); }
td.TdClassName
{
border-color: #266240;
}
.TagClassName
{
border-color: #266240;
}
</style>