Shades of Green Pea #26573E
Tints of Green Pea #26573E
RGB
CMYK
RGB Variations
Color information
#26573E (or 0x26573E) is known color: Green Pea. HEX triplet: 26, 57 and 3E. RGB value is (38,87,62). Sum of RGB (Red+Green+Blue) = 38+87+62=187 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.32% from 187); Green value is 87 (34.38% from 255 or 46.52% from 187); Blue value is 62 (24.61% from 255 or 33.16% from 187); Max value from RGB is 87 - color contains mainly: green. Hex color #26573E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26573E is #D9A8C1. Grayscale: #454545. Windows color (decimal): -14264514 or 4085542. OLE color: 4085542.
HSL color Cylindrical-coordinate representation of color #26573E: hue angle of 149.39º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #26573E is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 38 | 87 | 62 | - |
| CMYK | 0.56 | 0 | 0.29 | 0.66 |
| HSL | 149.39º | 0.39% | 0.25% | - |
| HSV(B) | 149.39º | 0.56% | 0.34% | - |
| XYZ | 5.08 | 7.58 | 5.75 | - |
| YUV | 69.5 | 123.77 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 87 | 62 | 0.56 | 0 | 0.29 | 0.66 | 149.39 | 0.39 | 0.25 |
| Hex | 26 | 57 | 3E | 38 | 0 | 1D | 42 | 95 | 27 | 19 |
| Octal | 46 | 127 | 76 | 70 | 0 | 35 | 102 | 225 | 47 | 31 |
| Binary | 100110 | 1010111 | 111110 | 111000 | 0 | 11101 | 1000010 | 10010101 | 100111 | 11001 |
Color Harmonies of #26573E
Complementary color
Monochromatic Colors of #26573E
Black with #26573E
Text Example
Text Example
White with #26573E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26573E; }
p { color: rgb(38,87,62); }
H1.HeaderClassName
{
color: #26573E;
}
.AnyTagClassName
{
color: #26573E;
}
</style>
background-color css
<style>
a { background-color: #26573E; }
a { background-color: rgb(38,87,62); }
div.DivClassName
{
background-color: #26573E;
}
.BgClassName
{
background-color: #26573E;
}
</style>
border-color css
<style>
span { border-color: #26573E; }
span { border-color: rgb(38,87,62); }
td.TdClassName
{
border-color: #26573E;
}
.TagClassName
{
border-color: #26573E;
}
</style>