Shades of Green Pea #266845
Tints of Green Pea #266845
RGB
CMYK
RGB Variations
Color information
#266845 (or 0x266845) is known color: Green Pea. HEX triplet: 26, 68 and 45. RGB value is (38,104,69). Sum of RGB (Red+Green+Blue) = 38+104+69=211 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.01% from 211); Green value is 104 (41.02% from 255 or 49.29% from 211); Blue value is 69 (27.34% from 255 or 32.70% from 211); Max value from RGB is 104 - color contains mainly: green. Hex color #266845 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266845 is #D997BA. Grayscale: #505050. Windows color (decimal): -14260155 or 4548646. OLE color: 4548646.
HSL color Cylindrical-coordinate representation of color #266845: hue angle of 148.18º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #266845 is Cyan = 0.63, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 38 | 104 | 69 | - |
| CMYK | 0.63 | 0 | 0.34 | 0.59 |
| HSL | 148.18º | 0.46% | 0.28% | - |
| HSV(B) | 148.18º | 0.63% | 0.41% | - |
| XYZ | 6.82 | 10.74 | 7.34 | - |
| YUV | 80.28 | 121.63 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 104 | 69 | 0.63 | 0 | 0.34 | 0.59 | 148.18 | 0.46 | 0.28 |
| Hex | 26 | 68 | 45 | 3F | 0 | 22 | 3B | 94 | 2E | 1C |
| Octal | 46 | 150 | 105 | 77 | 0 | 42 | 73 | 224 | 56 | 34 |
| Binary | 100110 | 1101000 | 1000101 | 111111 | 0 | 100010 | 111011 | 10010100 | 101110 | 11100 |
Color Harmonies of #266845
Complementary color
Monochromatic Colors of #266845
Black with #266845
Text Example
Text Example
White with #266845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266845; }
p { color: rgb(38,104,69); }
H1.HeaderClassName
{
color: #266845;
}
.AnyTagClassName
{
color: #266845;
}
</style>
background-color css
<style>
a { background-color: #266845; }
a { background-color: rgb(38,104,69); }
div.DivClassName
{
background-color: #266845;
}
.BgClassName
{
background-color: #266845;
}
</style>
border-color css
<style>
span { border-color: #266845; }
span { border-color: rgb(38,104,69); }
td.TdClassName
{
border-color: #266845;
}
.TagClassName
{
border-color: #266845;
}
</style>