Shades of Green Pea #266349
Tints of Green Pea #266349
RGB
CMYK
RGB Variations
Color information
#266349 (or 0x266349) is known color: Green Pea. HEX triplet: 26, 63 and 49. RGB value is (38,99,73). Sum of RGB (Red+Green+Blue) = 38+99+73=210 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.10% from 210); Green value is 99 (39.06% from 255 or 47.14% from 210); Blue value is 73 (28.91% from 255 or 34.76% from 210); Max value from RGB is 99 - color contains mainly: green. Hex color #266349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266349 is #D99CB6. Grayscale: #4D4D4D. Windows color (decimal): -14261431 or 4809510. OLE color: 4809510.
HSL color Cylindrical-coordinate representation of color #266349: hue angle of 154.43º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #266349 is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 38 | 99 | 73 | - |
| CMYK | 0.62 | 0 | 0.26 | 0.61 |
| HSL | 154.43º | 0.45% | 0.27% | - |
| HSV(B) | 154.43º | 0.62% | 0.39% | - |
| XYZ | 6.46 | 9.82 | 7.86 | - |
| YUV | 77.8 | 125.29 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 99 | 73 | 0.62 | 0 | 0.26 | 0.61 | 154.43 | 0.45 | 0.27 |
| Hex | 26 | 63 | 49 | 3E | 0 | 1A | 3D | 9A | 2D | 1B |
| Octal | 46 | 143 | 111 | 76 | 0 | 32 | 75 | 232 | 55 | 33 |
| Binary | 100110 | 1100011 | 1001001 | 111110 | 0 | 11010 | 111101 | 10011010 | 101101 | 11011 |
Color Harmonies of #266349
Complementary color
Monochromatic Colors of #266349
Black with #266349
Text Example
Text Example
White with #266349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266349; }
p { color: rgb(38,99,73); }
H1.HeaderClassName
{
color: #266349;
}
.AnyTagClassName
{
color: #266349;
}
</style>
background-color css
<style>
a { background-color: #266349; }
a { background-color: rgb(38,99,73); }
div.DivClassName
{
background-color: #266349;
}
.BgClassName
{
background-color: #266349;
}
</style>
border-color css
<style>
span { border-color: #266349; }
span { border-color: rgb(38,99,73); }
td.TdClassName
{
border-color: #266349;
}
.TagClassName
{
border-color: #266349;
}
</style>