Shades of Green Pea #26603C
Tints of Green Pea #26603C
RGB
CMYK
RGB Variations
Color information
#26603C (or 0x26603C) is known color: Green Pea. HEX triplet: 26, 60 and 3C. RGB value is (38,96,60). Sum of RGB (Red+Green+Blue) = 38+96+60=194 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.59% from 194); Green value is 96 (37.89% from 255 or 49.48% from 194); Blue value is 60 (23.83% from 255 or 30.93% from 194); Max value from RGB is 96 - color contains mainly: green. Hex color #26603C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26603C is #D99FC3. Grayscale: #4A4A4A. Windows color (decimal): -14262212 or 3956774. OLE color: 3956774.
HSL color Cylindrical-coordinate representation of color #26603C: hue angle of 142.76º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #26603C is Cyan = 0.60, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 38 | 96 | 60 | - |
| CMYK | 0.60 | 0 | 0.38 | 0.62 |
| HSL | 142.76º | 0.43% | 0.26% | - |
| HSV(B) | 142.76º | 0.6% | 0.38% | - |
| XYZ | 5.8 | 9.1 | 5.73 | - |
| YUV | 74.55 | 119.78 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 96 | 60 | 0.60 | 0 | 0.38 | 0.62 | 142.76 | 0.43 | 0.26 |
| Hex | 26 | 60 | 3C | 3C | 0 | 26 | 3E | 8F | 2B | 1A |
| Octal | 46 | 140 | 74 | 74 | 0 | 46 | 76 | 217 | 53 | 32 |
| Binary | 100110 | 1100000 | 111100 | 111100 | 0 | 100110 | 111110 | 10001111 | 101011 | 11010 |
Color Harmonies of #26603C
Complementary color
Monochromatic Colors of #26603C
Black with #26603C
Text Example
Text Example
White with #26603C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26603C; }
p { color: rgb(38,96,60); }
H1.HeaderClassName
{
color: #26603C;
}
.AnyTagClassName
{
color: #26603C;
}
</style>
background-color css
<style>
a { background-color: #26603C; }
a { background-color: rgb(38,96,60); }
div.DivClassName
{
background-color: #26603C;
}
.BgClassName
{
background-color: #26603C;
}
</style>
border-color css
<style>
span { border-color: #26603C; }
span { border-color: rgb(38,96,60); }
td.TdClassName
{
border-color: #26603C;
}
.TagClassName
{
border-color: #26603C;
}
</style>