Shades of Green Pea #26613F
Tints of Green Pea #26613F
RGB
CMYK
RGB Variations
Color information
#26613F (or 0x26613F) is known color: Green Pea. HEX triplet: 26, 61 and 3F. RGB value is (38,97,63). Sum of RGB (Red+Green+Blue) = 38+97+63=198 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.19% from 198); Green value is 97 (38.28% from 255 or 48.99% from 198); Blue value is 63 (25% from 255 or 31.82% from 198); Max value from RGB is 97 - color contains mainly: green. Hex color #26613F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26613F is #D99EC0. Grayscale: #4B4B4B. Windows color (decimal): -14261953 or 4153638. OLE color: 4153638.
HSL color Cylindrical-coordinate representation of color #26613F: hue angle of 145.42º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #26613F is Cyan = 0.61, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 38 | 97 | 63 | - |
| CMYK | 0.61 | 0 | 0.35 | 0.62 |
| HSL | 145.42º | 0.44% | 0.26% | - |
| HSV(B) | 145.42º | 0.61% | 0.38% | - |
| XYZ | 5.97 | 9.32 | 6.19 | - |
| YUV | 75.48 | 120.95 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 97 | 63 | 0.61 | 0 | 0.35 | 0.62 | 145.42 | 0.44 | 0.26 |
| Hex | 26 | 61 | 3F | 3D | 0 | 23 | 3E | 91 | 2C | 1A |
| Octal | 46 | 141 | 77 | 75 | 0 | 43 | 76 | 221 | 54 | 32 |
| Binary | 100110 | 1100001 | 111111 | 111101 | 0 | 100011 | 111110 | 10010001 | 101100 | 11010 |
Color Harmonies of #26613F
Complementary color
Monochromatic Colors of #26613F
Black with #26613F
Text Example
Text Example
White with #26613F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26613F; }
p { color: rgb(38,97,63); }
H1.HeaderClassName
{
color: #26613F;
}
.AnyTagClassName
{
color: #26613F;
}
</style>
background-color css
<style>
a { background-color: #26613F; }
a { background-color: rgb(38,97,63); }
div.DivClassName
{
background-color: #26613F;
}
.BgClassName
{
background-color: #26613F;
}
</style>
border-color css
<style>
span { border-color: #26613F; }
span { border-color: rgb(38,97,63); }
td.TdClassName
{
border-color: #26613F;
}
.TagClassName
{
border-color: #26613F;
}
</style>