Shades of Green Pea #266B40
Tints of Green Pea #266B40
RGB
CMYK
RGB Variations
Color information
#266B40 (or 0x266B40) is known color: Green Pea. HEX triplet: 26, 6B and 40. RGB value is (38,107,64). Sum of RGB (Red+Green+Blue) = 38+107+64=209 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.18% from 209); Green value is 107 (42.19% from 255 or 51.20% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 107 - color contains mainly: green. Hex color #266B40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266B40 is #D994BF. Grayscale: #515151. Windows color (decimal): -14259392 or 4221734. OLE color: 4221734.
HSL color Cylindrical-coordinate representation of color #266B40: hue angle of 142.61º degrees, saturation: 0.48, 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 #266B40 is Cyan = 0.64, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 107 | 64 | - |
| CMYK | 0.64 | 0 | 0.40 | 0.58 |
| HSL | 142.61º | 0.48% | 0.28% | - |
| HSV(B) | 142.61º | 0.64% | 0.42% | - |
| XYZ | 6.98 | 11.3 | 6.66 | - |
| YUV | 81.47 | 118.14 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 107 | 64 | 0.64 | 0 | 0.40 | 0.58 | 142.61 | 0.48 | 0.28 |
| Hex | 26 | 6B | 40 | 40 | 0 | 28 | 3A | 8F | 30 | 1C |
| Octal | 46 | 153 | 100 | 100 | 0 | 50 | 72 | 217 | 60 | 34 |
| Binary | 100110 | 1101011 | 1000000 | 1000000 | 0 | 101000 | 111010 | 10001111 | 110000 | 11100 |
Color Harmonies of #266B40
Complementary color
Monochromatic Colors of #266B40
Black with #266B40
Text Example
Text Example
White with #266B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266B40; }
p { color: rgb(38,107,64); }
H1.HeaderClassName
{
color: #266B40;
}
.AnyTagClassName
{
color: #266B40;
}
</style>
background-color css
<style>
a { background-color: #266B40; }
a { background-color: rgb(38,107,64); }
div.DivClassName
{
background-color: #266B40;
}
.BgClassName
{
background-color: #266B40;
}
</style>
border-color css
<style>
span { border-color: #266B40; }
span { border-color: rgb(38,107,64); }
td.TdClassName
{
border-color: #266B40;
}
.TagClassName
{
border-color: #266B40;
}
</style>