Shades of Green Pea #266942
Tints of Green Pea #266942
RGB
CMYK
RGB Variations
Color information
#266942 (or 0x266942) is known color: Green Pea. HEX triplet: 26, 69 and 42. RGB value is (38,105,66). Sum of RGB (Red+Green+Blue) = 38+105+66=209 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.18% from 209); Green value is 105 (41.41% from 255 or 50.24% from 209); Blue value is 66 (26.17% from 255 or 31.58% from 209); Max value from RGB is 105 - color contains mainly: green. Hex color #266942 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266942 is #D996BD. Grayscale: #505050. Windows color (decimal): -14259902 or 4352294. OLE color: 4352294.
HSL color Cylindrical-coordinate representation of color #266942: hue angle of 145.07º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #266942 is Cyan = 0.64, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 38 | 105 | 66 | - |
| CMYK | 0.64 | 0 | 0.37 | 0.59 |
| HSL | 145.07º | 0.47% | 0.28% | - |
| HSV(B) | 145.07º | 0.64% | 0.41% | - |
| XYZ | 6.83 | 10.91 | 6.9 | - |
| YUV | 80.52 | 119.8 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 105 | 66 | 0.64 | 0 | 0.37 | 0.59 | 145.07 | 0.47 | 0.28 |
| Hex | 26 | 69 | 42 | 40 | 0 | 25 | 3B | 91 | 2F | 1C |
| Octal | 46 | 151 | 102 | 100 | 0 | 45 | 73 | 221 | 57 | 34 |
| Binary | 100110 | 1101001 | 1000010 | 1000000 | 0 | 100101 | 111011 | 10010001 | 101111 | 11100 |
Color Harmonies of #266942
Complementary color
Monochromatic Colors of #266942
Black with #266942
Text Example
Text Example
White with #266942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266942; }
p { color: rgb(38,105,66); }
H1.HeaderClassName
{
color: #266942;
}
.AnyTagClassName
{
color: #266942;
}
</style>
background-color css
<style>
a { background-color: #266942; }
a { background-color: rgb(38,105,66); }
div.DivClassName
{
background-color: #266942;
}
.BgClassName
{
background-color: #266942;
}
</style>
border-color css
<style>
span { border-color: #266942; }
span { border-color: rgb(38,105,66); }
td.TdClassName
{
border-color: #266942;
}
.TagClassName
{
border-color: #266942;
}
</style>