Shades of Green Pea #266B47
Tints of Green Pea #266B47
RGB
CMYK
RGB Variations
Color information
#266B47 (or 0x266B47) is known color: Green Pea. HEX triplet: 26, 6B and 47. RGB value is (38,107,71). Sum of RGB (Red+Green+Blue) = 38+107+71=216 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.59% from 216); Green value is 107 (42.19% from 255 or 49.54% from 216); Blue value is 71 (28.12% from 255 or 32.87% from 216); Max value from RGB is 107 - color contains mainly: green. Hex color #266B47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266B47 is #D994B8. Grayscale: #525252. Windows color (decimal): -14259385 or 4680486. OLE color: 4680486.
HSL color Cylindrical-coordinate representation of color #266B47: hue angle of 148.7º 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 #266B47 is Cyan = 0.64, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 107 | 71 | - |
| CMYK | 0.64 | 0 | 0.34 | 0.58 |
| HSL | 148.7º | 0.48% | 0.28% | - |
| HSV(B) | 148.7º | 0.64% | 0.42% | - |
| XYZ | 7.19 | 11.38 | 7.78 | - |
| YUV | 82.27 | 121.64 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 107 | 71 | 0.64 | 0 | 0.34 | 0.58 | 148.7 | 0.48 | 0.28 |
| Hex | 26 | 6B | 47 | 40 | 0 | 22 | 3A | 95 | 30 | 1C |
| Octal | 46 | 153 | 107 | 100 | 0 | 42 | 72 | 225 | 60 | 34 |
| Binary | 100110 | 1101011 | 1000111 | 1000000 | 0 | 100010 | 111010 | 10010101 | 110000 | 11100 |
Color Harmonies of #266B47
Complementary color
Monochromatic Colors of #266B47
Black with #266B47
Text Example
Text Example
White with #266B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266B47; }
p { color: rgb(38,107,71); }
H1.HeaderClassName
{
color: #266B47;
}
.AnyTagClassName
{
color: #266B47;
}
</style>
background-color css
<style>
a { background-color: #266B47; }
a { background-color: rgb(38,107,71); }
div.DivClassName
{
background-color: #266B47;
}
.BgClassName
{
background-color: #266B47;
}
</style>
border-color css
<style>
span { border-color: #266B47; }
span { border-color: rgb(38,107,71); }
td.TdClassName
{
border-color: #266B47;
}
.TagClassName
{
border-color: #266B47;
}
</style>