Shades of Green Pea #266A40
Tints of Green Pea #266A40
RGB
CMYK
RGB Variations
Color information
#266A40 (or 0x266A40) is known color: Green Pea. HEX triplet: 26, 6A and 40. RGB value is (38,106,64). Sum of RGB (Red+Green+Blue) = 38+106+64=208 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.27% from 208); Green value is 106 (41.80% from 255 or 50.96% from 208); Blue value is 64 (25.39% from 255 or 30.77% from 208); Max value from RGB is 106 - color contains mainly: green. Hex color #266A40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266A40 is #D995BF. Grayscale: #505050. Windows color (decimal): -14259648 or 4221478. OLE color: 4221478.
HSL color Cylindrical-coordinate representation of color #266A40: hue angle of 142.94º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #266A40 is Cyan = 0.64, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 106 | 64 | - |
| CMYK | 0.64 | 0 | 0.40 | 0.58 |
| HSL | 142.94º | 0.47% | 0.28% | - |
| HSV(B) | 142.94º | 0.64% | 0.42% | - |
| XYZ | 6.88 | 11.09 | 6.63 | - |
| YUV | 80.88 | 118.47 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 106 | 64 | 0.64 | 0 | 0.40 | 0.58 | 142.94 | 0.47 | 0.28 |
| Hex | 26 | 6A | 40 | 40 | 0 | 28 | 3A | 8F | 2F | 1C |
| Octal | 46 | 152 | 100 | 100 | 0 | 50 | 72 | 217 | 57 | 34 |
| Binary | 100110 | 1101010 | 1000000 | 1000000 | 0 | 101000 | 111010 | 10001111 | 101111 | 11100 |
Color Harmonies of #266A40
Complementary color
Monochromatic Colors of #266A40
Black with #266A40
Text Example
Text Example
White with #266A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266A40; }
p { color: rgb(38,106,64); }
H1.HeaderClassName
{
color: #266A40;
}
.AnyTagClassName
{
color: #266A40;
}
</style>
background-color css
<style>
a { background-color: #266A40; }
a { background-color: rgb(38,106,64); }
div.DivClassName
{
background-color: #266A40;
}
.BgClassName
{
background-color: #266A40;
}
</style>
border-color css
<style>
span { border-color: #266A40; }
span { border-color: rgb(38,106,64); }
td.TdClassName
{
border-color: #266A40;
}
.TagClassName
{
border-color: #266A40;
}
</style>