Shades of Green Pea #266B42
Tints of Green Pea #266B42
RGB
CMYK
RGB Variations
Color information
#266B42 (or 0x266B42) is known color: Green Pea. HEX triplet: 26, 6B and 42. RGB value is (38,107,66). Sum of RGB (Red+Green+Blue) = 38+107+66=211 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.01% from 211); Green value is 107 (42.19% from 255 or 50.71% from 211); Blue value is 66 (26.17% from 255 or 31.28% from 211); Max value from RGB is 107 - color contains mainly: green. Hex color #266B42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266B42 is #D994BD. Grayscale: #515151. Windows color (decimal): -14259390 or 4352806. OLE color: 4352806.
HSL color Cylindrical-coordinate representation of color #266B42: hue angle of 144.35º 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 #266B42 is Cyan = 0.64, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 107 | 66 | - |
| CMYK | 0.64 | 0 | 0.38 | 0.58 |
| HSL | 144.35º | 0.48% | 0.28% | - |
| HSV(B) | 144.35º | 0.64% | 0.42% | - |
| XYZ | 7.04 | 11.32 | 6.97 | - |
| YUV | 81.7 | 119.14 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 107 | 66 | 0.64 | 0 | 0.38 | 0.58 | 144.35 | 0.48 | 0.28 |
| Hex | 26 | 6B | 42 | 40 | 0 | 26 | 3A | 90 | 30 | 1C |
| Octal | 46 | 153 | 102 | 100 | 0 | 46 | 72 | 220 | 60 | 34 |
| Binary | 100110 | 1101011 | 1000010 | 1000000 | 0 | 100110 | 111010 | 10010000 | 110000 | 11100 |
Color Harmonies of #266B42
Complementary color
Monochromatic Colors of #266B42
Black with #266B42
Text Example
Text Example
White with #266B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266B42; }
p { color: rgb(38,107,66); }
H1.HeaderClassName
{
color: #266B42;
}
.AnyTagClassName
{
color: #266B42;
}
</style>
background-color css
<style>
a { background-color: #266B42; }
a { background-color: rgb(38,107,66); }
div.DivClassName
{
background-color: #266B42;
}
.BgClassName
{
background-color: #266B42;
}
</style>
border-color css
<style>
span { border-color: #266B42; }
span { border-color: rgb(38,107,66); }
td.TdClassName
{
border-color: #266B42;
}
.TagClassName
{
border-color: #266B42;
}
</style>