Shades of Green Pea #266642
Tints of Green Pea #266642
RGB
CMYK
RGB Variations
Color information
#266642 (or 0x266642) is known color: Green Pea. HEX triplet: 26, 66 and 42. RGB value is (38,102,66). Sum of RGB (Red+Green+Blue) = 38+102+66=206 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.45% from 206); Green value is 102 (40.23% from 255 or 49.51% from 206); Blue value is 66 (26.17% from 255 or 32.04% from 206); Max value from RGB is 102 - color contains mainly: green. Hex color #266642 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266642 is #D999BD. Grayscale: #4E4E4E. Windows color (decimal): -14260670 or 4351526. OLE color: 4351526.
HSL color Cylindrical-coordinate representation of color #266642: hue angle of 146.25º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #266642 is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 38 | 102 | 66 | - |
| CMYK | 0.63 | 0 | 0.35 | 0.6 |
| HSL | 146.25º | 0.46% | 0.27% | - |
| HSV(B) | 146.25º | 0.63% | 0.4% | - |
| XYZ | 6.53 | 10.31 | 6.8 | - |
| YUV | 78.76 | 120.8 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 102 | 66 | 0.63 | 0 | 0.35 | 0.6 | 146.25 | 0.46 | 0.27 |
| Hex | 26 | 66 | 42 | 3F | 0 | 23 | 3C | 92 | 2E | 1B |
| Octal | 46 | 146 | 102 | 77 | 0 | 43 | 74 | 222 | 56 | 33 |
| Binary | 100110 | 1100110 | 1000010 | 111111 | 0 | 100011 | 111100 | 10010010 | 101110 | 11011 |
Color Harmonies of #266642
Complementary color
Monochromatic Colors of #266642
Black with #266642
Text Example
Text Example
White with #266642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266642; }
p { color: rgb(38,102,66); }
H1.HeaderClassName
{
color: #266642;
}
.AnyTagClassName
{
color: #266642;
}
</style>
background-color css
<style>
a { background-color: #266642; }
a { background-color: rgb(38,102,66); }
div.DivClassName
{
background-color: #266642;
}
.BgClassName
{
background-color: #266642;
}
</style>
border-color css
<style>
span { border-color: #266642; }
span { border-color: rgb(38,102,66); }
td.TdClassName
{
border-color: #266642;
}
.TagClassName
{
border-color: #266642;
}
</style>