Shades of Green Pea #266E45
Tints of Green Pea #266E45
RGB
CMYK
RGB Variations
Color information
#266E45 (or 0x266E45) is known color: Green Pea. HEX triplet: 26, 6E and 45. RGB value is (38,110,69). Sum of RGB (Red+Green+Blue) = 38+110+69=217 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.51% from 217); Green value is 110 (43.36% from 255 or 50.69% from 217); Blue value is 69 (27.34% from 255 or 31.80% from 217); Max value from RGB is 110 - color contains mainly: green. Hex color #266E45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266E45 is #D991BA. Grayscale: #535353. Windows color (decimal): -14258619 or 4550182. OLE color: 4550182.
HSL color Cylindrical-coordinate representation of color #266E45: hue angle of 145.83º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #266E45 is Cyan = 0.65, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 38 | 110 | 69 | - |
| CMYK | 0.65 | 0 | 0.37 | 0.57 |
| HSL | 145.83º | 0.49% | 0.29% | - |
| HSV(B) | 145.83º | 0.65% | 0.43% | - |
| XYZ | 7.45 | 11.99 | 7.55 | - |
| YUV | 83.8 | 119.65 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 110 | 69 | 0.65 | 0 | 0.37 | 0.57 | 145.83 | 0.49 | 0.29 |
| Hex | 26 | 6E | 45 | 41 | 0 | 25 | 39 | 92 | 31 | 1D |
| Octal | 46 | 156 | 105 | 101 | 0 | 45 | 71 | 222 | 61 | 35 |
| Binary | 100110 | 1101110 | 1000101 | 1000001 | 0 | 100101 | 111001 | 10010010 | 110001 | 11101 |
Color Harmonies of #266E45
Complementary color
Monochromatic Colors of #266E45
Black with #266E45
Text Example
Text Example
White with #266E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266E45; }
p { color: rgb(38,110,69); }
H1.HeaderClassName
{
color: #266E45;
}
.AnyTagClassName
{
color: #266E45;
}
</style>
background-color css
<style>
a { background-color: #266E45; }
a { background-color: rgb(38,110,69); }
div.DivClassName
{
background-color: #266E45;
}
.BgClassName
{
background-color: #266E45;
}
</style>
border-color css
<style>
span { border-color: #266E45; }
span { border-color: rgb(38,110,69); }
td.TdClassName
{
border-color: #266E45;
}
.TagClassName
{
border-color: #266E45;
}
</style>