Shades of Green Pea #266141
Tints of Green Pea #266141
RGB
CMYK
RGB Variations
Color information
#266141 (or 0x266141) is known color: Green Pea. HEX triplet: 26, 61 and 41. RGB value is (38,97,65). Sum of RGB (Red+Green+Blue) = 38+97+65=200 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19% from 200); Green value is 97 (38.28% from 255 or 48.5% from 200); Blue value is 65 (25.78% from 255 or 32.5% from 200); Max value from RGB is 97 - color contains mainly: green. Hex color #266141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266141 is #D99EBE. Grayscale: #4B4B4B. Windows color (decimal): -14261951 or 4284710. OLE color: 4284710.
HSL color Cylindrical-coordinate representation of color #266141: hue angle of 147.46º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #266141 is Cyan = 0.61, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 38 | 97 | 65 | - |
| CMYK | 0.61 | 0 | 0.33 | 0.62 |
| HSL | 147.46º | 0.44% | 0.26% | - |
| HSV(B) | 147.46º | 0.61% | 0.38% | - |
| XYZ | 6.03 | 9.34 | 6.49 | - |
| YUV | 75.71 | 121.95 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 97 | 65 | 0.61 | 0 | 0.33 | 0.62 | 147.46 | 0.44 | 0.26 |
| Hex | 26 | 61 | 41 | 3D | 0 | 21 | 3E | 93 | 2C | 1A |
| Octal | 46 | 141 | 101 | 75 | 0 | 41 | 76 | 223 | 54 | 32 |
| Binary | 100110 | 1100001 | 1000001 | 111101 | 0 | 100001 | 111110 | 10010011 | 101100 | 11010 |
Color Harmonies of #266141
Complementary color
Monochromatic Colors of #266141
Black with #266141
Text Example
Text Example
White with #266141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266141; }
p { color: rgb(38,97,65); }
H1.HeaderClassName
{
color: #266141;
}
.AnyTagClassName
{
color: #266141;
}
</style>
background-color css
<style>
a { background-color: #266141; }
a { background-color: rgb(38,97,65); }
div.DivClassName
{
background-color: #266141;
}
.BgClassName
{
background-color: #266141;
}
</style>
border-color css
<style>
span { border-color: #266141; }
span { border-color: rgb(38,97,65); }
td.TdClassName
{
border-color: #266141;
}
.TagClassName
{
border-color: #266141;
}
</style>