Shades of Green Pea #266244
Tints of Green Pea #266244
RGB
CMYK
RGB Variations
Color information
#266244 (or 0x266244) is known color: Green Pea. HEX triplet: 26, 62 and 44. RGB value is (38,98,68). Sum of RGB (Red+Green+Blue) = 38+98+68=204 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.63% from 204); Green value is 98 (38.67% from 255 or 48.04% from 204); Blue value is 68 (26.95% from 255 or 33.33% from 204); Max value from RGB is 98 - color contains mainly: green. Hex color #266244 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266244 is #D99DBB. Grayscale: #4C4C4C. Windows color (decimal): -14261692 or 4481574. OLE color: 4481574.
HSL color Cylindrical-coordinate representation of color #266244: hue angle of 150º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #266244 is Cyan = 0.61, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 38 | 98 | 68 | - |
| CMYK | 0.61 | 0 | 0.31 | 0.62 |
| HSL | 150º | 0.44% | 0.27% | - |
| HSV(B) | 150º | 0.61% | 0.38% | - |
| XYZ | 6.21 | 9.56 | 6.99 | - |
| YUV | 76.64 | 123.12 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 98 | 68 | 0.61 | 0 | 0.31 | 0.62 | 150 | 0.44 | 0.27 |
| Hex | 26 | 62 | 44 | 3D | 0 | 1F | 3E | 96 | 2C | 1B |
| Octal | 46 | 142 | 104 | 75 | 0 | 37 | 76 | 226 | 54 | 33 |
| Binary | 100110 | 1100010 | 1000100 | 111101 | 0 | 11111 | 111110 | 10010110 | 101100 | 11011 |
Color Harmonies of #266244
Complementary color
Monochromatic Colors of #266244
Black with #266244
Text Example
Text Example
White with #266244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266244; }
p { color: rgb(38,98,68); }
H1.HeaderClassName
{
color: #266244;
}
.AnyTagClassName
{
color: #266244;
}
</style>
background-color css
<style>
a { background-color: #266244; }
a { background-color: rgb(38,98,68); }
div.DivClassName
{
background-color: #266244;
}
.BgClassName
{
background-color: #266244;
}
</style>
border-color css
<style>
span { border-color: #266244; }
span { border-color: rgb(38,98,68); }
td.TdClassName
{
border-color: #266244;
}
.TagClassName
{
border-color: #266244;
}
</style>