Shades of Green Pea #26593F
Tints of Green Pea #26593F
RGB
CMYK
RGB Variations
Color information
#26593F (or 0x26593F) is known color: Green Pea. HEX triplet: 26, 59 and 3F. RGB value is (38,89,63). Sum of RGB (Red+Green+Blue) = 38+89+63=190 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20% from 190); Green value is 89 (35.16% from 255 or 46.84% from 190); Blue value is 63 (25% from 255 or 33.16% from 190); Max value from RGB is 89 - color contains mainly: green. Hex color #26593F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26593F is #D9A6C0. Grayscale: #464646. Windows color (decimal): -14264001 or 4151590. OLE color: 4151590.
HSL color Cylindrical-coordinate representation of color #26593F: hue angle of 149.41º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #26593F is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 38 | 89 | 63 | - |
| CMYK | 0.57 | 0 | 0.29 | 0.65 |
| HSL | 149.41º | 0.4% | 0.25% | - |
| HSV(B) | 149.41º | 0.57% | 0.35% | - |
| XYZ | 5.27 | 7.92 | 5.95 | - |
| YUV | 70.79 | 123.6 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 89 | 63 | 0.57 | 0 | 0.29 | 0.65 | 149.41 | 0.4 | 0.25 |
| Hex | 26 | 59 | 3F | 39 | 0 | 1D | 41 | 95 | 28 | 19 |
| Octal | 46 | 131 | 77 | 71 | 0 | 35 | 101 | 225 | 50 | 31 |
| Binary | 100110 | 1011001 | 111111 | 111001 | 0 | 11101 | 1000001 | 10010101 | 101000 | 11001 |
Color Harmonies of #26593F
Complementary color
Monochromatic Colors of #26593F
Black with #26593F
Text Example
Text Example
White with #26593F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26593F; }
p { color: rgb(38,89,63); }
H1.HeaderClassName
{
color: #26593F;
}
.AnyTagClassName
{
color: #26593F;
}
</style>
background-color css
<style>
a { background-color: #26593F; }
a { background-color: rgb(38,89,63); }
div.DivClassName
{
background-color: #26593F;
}
.BgClassName
{
background-color: #26593F;
}
</style>
border-color css
<style>
span { border-color: #26593F; }
span { border-color: rgb(38,89,63); }
td.TdClassName
{
border-color: #26593F;
}
.TagClassName
{
border-color: #26593F;
}
</style>