Shades of Green Pea #266B43
Tints of Green Pea #266B43
RGB
CMYK
RGB Variations
Color information
#266B43 (or 0x266B43) is known color: Green Pea. HEX triplet: 26, 6B and 43. RGB value is (38,107,67). Sum of RGB (Red+Green+Blue) = 38+107+67=212 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.92% from 212); Green value is 107 (42.19% from 255 or 50.47% from 212); Blue value is 67 (26.56% from 255 or 31.60% from 212); Max value from RGB is 107 - color contains mainly: green. Hex color #266B43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266B43 is #D994BC. Grayscale: #515151. Windows color (decimal): -14259389 or 4418342. OLE color: 4418342.
HSL color Cylindrical-coordinate representation of color #266B43: hue angle of 145.22º 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 #266B43 is Cyan = 0.64, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 107 | 67 | - |
| CMYK | 0.64 | 0 | 0.37 | 0.58 |
| HSL | 145.22º | 0.48% | 0.28% | - |
| HSV(B) | 145.22º | 0.64% | 0.42% | - |
| XYZ | 7.07 | 11.33 | 7.12 | - |
| YUV | 81.81 | 119.64 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 107 | 67 | 0.64 | 0 | 0.37 | 0.58 | 145.22 | 0.48 | 0.28 |
| Hex | 26 | 6B | 43 | 40 | 0 | 25 | 3A | 91 | 30 | 1C |
| Octal | 46 | 153 | 103 | 100 | 0 | 45 | 72 | 221 | 60 | 34 |
| Binary | 100110 | 1101011 | 1000011 | 1000000 | 0 | 100101 | 111010 | 10010001 | 110000 | 11100 |
Color Harmonies of #266B43
Complementary color
Monochromatic Colors of #266B43
Black with #266B43
Text Example
Text Example
White with #266B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266B43; }
p { color: rgb(38,107,67); }
H1.HeaderClassName
{
color: #266B43;
}
.AnyTagClassName
{
color: #266B43;
}
</style>
background-color css
<style>
a { background-color: #266B43; }
a { background-color: rgb(38,107,67); }
div.DivClassName
{
background-color: #266B43;
}
.BgClassName
{
background-color: #266B43;
}
</style>
border-color css
<style>
span { border-color: #266B43; }
span { border-color: rgb(38,107,67); }
td.TdClassName
{
border-color: #266B43;
}
.TagClassName
{
border-color: #266B43;
}
</style>