Shades of Green Pea #266041
Tints of Green Pea #266041
RGB
CMYK
RGB Variations
Color information
#266041 (or 0x266041) is known color: Green Pea. HEX triplet: 26, 60 and 41. RGB value is (38,96,65). Sum of RGB (Red+Green+Blue) = 38+96+65=199 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.10% from 199); Green value is 96 (37.89% from 255 or 48.24% from 199); Blue value is 65 (25.78% from 255 or 32.66% from 199); Max value from RGB is 96 - color contains mainly: green. Hex color #266041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266041 is #D99FBE. Grayscale: #4B4B4B. Windows color (decimal): -14262207 or 4284454. OLE color: 4284454.
HSL color Cylindrical-coordinate representation of color #266041: hue angle of 147.93º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #266041 is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 38 | 96 | 65 | - |
| CMYK | 0.60 | 0 | 0.32 | 0.62 |
| HSL | 147.93º | 0.43% | 0.26% | - |
| HSV(B) | 147.93º | 0.6% | 0.38% | - |
| XYZ | 5.94 | 9.16 | 6.46 | - |
| YUV | 75.12 | 122.28 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 96 | 65 | 0.60 | 0 | 0.32 | 0.62 | 147.93 | 0.43 | 0.26 |
| Hex | 26 | 60 | 41 | 3C | 0 | 20 | 3E | 94 | 2B | 1A |
| Octal | 46 | 140 | 101 | 74 | 0 | 40 | 76 | 224 | 53 | 32 |
| Binary | 100110 | 1100000 | 1000001 | 111100 | 0 | 100000 | 111110 | 10010100 | 101011 | 11010 |
Color Harmonies of #266041
Complementary color
Monochromatic Colors of #266041
Black with #266041
Text Example
Text Example
White with #266041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266041; }
p { color: rgb(38,96,65); }
H1.HeaderClassName
{
color: #266041;
}
.AnyTagClassName
{
color: #266041;
}
</style>
background-color css
<style>
a { background-color: #266041; }
a { background-color: rgb(38,96,65); }
div.DivClassName
{
background-color: #266041;
}
.BgClassName
{
background-color: #266041;
}
</style>
border-color css
<style>
span { border-color: #266041; }
span { border-color: rgb(38,96,65); }
td.TdClassName
{
border-color: #266041;
}
.TagClassName
{
border-color: #266041;
}
</style>