Shades of Green Pea #266B41
Tints of Green Pea #266B41
RGB
CMYK
RGB Variations
Color information
#266B41 (or 0x266B41) is known color: Green Pea. HEX triplet: 26, 6B and 41. RGB value is (38,107,65). Sum of RGB (Red+Green+Blue) = 38+107+65=210 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.10% from 210); Green value is 107 (42.19% from 255 or 50.95% from 210); Blue value is 65 (25.78% from 255 or 30.95% from 210); Max value from RGB is 107 - color contains mainly: green. Hex color #266B41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266B41 is #D994BE. Grayscale: #515151. Windows color (decimal): -14259391 or 4287270. OLE color: 4287270.
HSL color Cylindrical-coordinate representation of color #266B41: hue angle of 143.48º 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 #266B41 is Cyan = 0.64, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 107 | 65 | - |
| CMYK | 0.64 | 0 | 0.39 | 0.58 |
| HSL | 143.48º | 0.48% | 0.28% | - |
| HSV(B) | 143.48º | 0.64% | 0.42% | - |
| XYZ | 7.01 | 11.31 | 6.81 | - |
| YUV | 81.58 | 118.64 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 107 | 65 | 0.64 | 0 | 0.39 | 0.58 | 143.48 | 0.48 | 0.28 |
| Hex | 26 | 6B | 41 | 40 | 0 | 27 | 3A | 8F | 30 | 1C |
| Octal | 46 | 153 | 101 | 100 | 0 | 47 | 72 | 217 | 60 | 34 |
| Binary | 100110 | 1101011 | 1000001 | 1000000 | 0 | 100111 | 111010 | 10001111 | 110000 | 11100 |
Color Harmonies of #266B41
Complementary color
Monochromatic Colors of #266B41
Black with #266B41
Text Example
Text Example
White with #266B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266B41; }
p { color: rgb(38,107,65); }
H1.HeaderClassName
{
color: #266B41;
}
.AnyTagClassName
{
color: #266B41;
}
</style>
background-color css
<style>
a { background-color: #266B41; }
a { background-color: rgb(38,107,65); }
div.DivClassName
{
background-color: #266B41;
}
.BgClassName
{
background-color: #266B41;
}
</style>
border-color css
<style>
span { border-color: #266B41; }
span { border-color: rgb(38,107,65); }
td.TdClassName
{
border-color: #266B41;
}
.TagClassName
{
border-color: #266B41;
}
</style>