Shades of Green Pea #266046
Tints of Green Pea #266046
RGB
CMYK
RGB Variations
Color information
#266046 (or 0x266046) is known color: Green Pea. HEX triplet: 26, 60 and 46. RGB value is (38,96,70). Sum of RGB (Red+Green+Blue) = 38+96+70=204 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.63% from 204); Green value is 96 (37.89% from 255 or 47.06% from 204); Blue value is 70 (27.73% from 255 or 34.31% from 204); Max value from RGB is 96 - color contains mainly: green. Hex color #266046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266046 is #D99FB9. Grayscale: #4B4B4B. Windows color (decimal): -14262202 or 4612134. OLE color: 4612134.
HSL color Cylindrical-coordinate representation of color #266046: hue angle of 153.1º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #266046 is Cyan = 0.60, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 38 | 96 | 70 | - |
| CMYK | 0.60 | 0 | 0.27 | 0.62 |
| HSL | 153.1º | 0.43% | 0.26% | - |
| HSV(B) | 153.1º | 0.6% | 0.38% | - |
| XYZ | 6.09 | 9.22 | 7.25 | - |
| YUV | 75.69 | 124.78 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 96 | 70 | 0.60 | 0 | 0.27 | 0.62 | 153.1 | 0.43 | 0.26 |
| Hex | 26 | 60 | 46 | 3C | 0 | 1B | 3E | 99 | 2B | 1A |
| Octal | 46 | 140 | 106 | 74 | 0 | 33 | 76 | 231 | 53 | 32 |
| Binary | 100110 | 1100000 | 1000110 | 111100 | 0 | 11011 | 111110 | 10011001 | 101011 | 11010 |
Color Harmonies of #266046
Complementary color
Monochromatic Colors of #266046
Black with #266046
Text Example
Text Example
White with #266046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266046; }
p { color: rgb(38,96,70); }
H1.HeaderClassName
{
color: #266046;
}
.AnyTagClassName
{
color: #266046;
}
</style>
background-color css
<style>
a { background-color: #266046; }
a { background-color: rgb(38,96,70); }
div.DivClassName
{
background-color: #266046;
}
.BgClassName
{
background-color: #266046;
}
</style>
border-color css
<style>
span { border-color: #266046; }
span { border-color: rgb(38,96,70); }
td.TdClassName
{
border-color: #266046;
}
.TagClassName
{
border-color: #266046;
}
</style>