Shades of Green Pea #26593D
Tints of Green Pea #26593D
RGB
CMYK
RGB Variations
Color information
#26593D (or 0x26593D) is known color: Green Pea. HEX triplet: 26, 59 and 3D. RGB value is (38,89,61). Sum of RGB (Red+Green+Blue) = 38+89+61=188 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.21% from 188); Green value is 89 (35.16% from 255 or 47.34% from 188); Blue value is 61 (24.22% from 255 or 32.45% from 188); Max value from RGB is 89 - color contains mainly: green. Hex color #26593D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26593D is #D9A6C2. Grayscale: #464646. Windows color (decimal): -14264003 or 4020518. OLE color: 4020518.
HSL color Cylindrical-coordinate representation of color #26593D: hue angle of 147.06º 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 #26593D is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 38 | 89 | 61 | - |
| CMYK | 0.57 | 0 | 0.31 | 0.65 |
| HSL | 147.06º | 0.4% | 0.25% | - |
| HSV(B) | 147.06º | 0.57% | 0.35% | - |
| XYZ | 5.21 | 7.89 | 5.66 | - |
| YUV | 70.56 | 122.6 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 89 | 61 | 0.57 | 0 | 0.31 | 0.65 | 147.06 | 0.4 | 0.25 |
| Hex | 26 | 59 | 3D | 39 | 0 | 1F | 41 | 93 | 28 | 19 |
| Octal | 46 | 131 | 75 | 71 | 0 | 37 | 101 | 223 | 50 | 31 |
| Binary | 100110 | 1011001 | 111101 | 111001 | 0 | 11111 | 1000001 | 10010011 | 101000 | 11001 |
Color Harmonies of #26593D
Complementary color
Monochromatic Colors of #26593D
Black with #26593D
Text Example
Text Example
White with #26593D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26593D; }
p { color: rgb(38,89,61); }
H1.HeaderClassName
{
color: #26593D;
}
.AnyTagClassName
{
color: #26593D;
}
</style>
background-color css
<style>
a { background-color: #26593D; }
a { background-color: rgb(38,89,61); }
div.DivClassName
{
background-color: #26593D;
}
.BgClassName
{
background-color: #26593D;
}
</style>
border-color css
<style>
span { border-color: #26593D; }
span { border-color: rgb(38,89,61); }
td.TdClassName
{
border-color: #26593D;
}
.TagClassName
{
border-color: #26593D;
}
</style>