Shades of Green Pea #266042
Tints of Green Pea #266042
RGB
CMYK
RGB Variations
Color information
#266042 (or 0x266042) is known color: Green Pea. HEX triplet: 26, 60 and 42. RGB value is (38,96,66). Sum of RGB (Red+Green+Blue) = 38+96+66=200 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19% from 200); Green value is 96 (37.89% from 255 or 48% from 200); Blue value is 66 (26.17% from 255 or 33% from 200); Max value from RGB is 96 - color contains mainly: green. Hex color #266042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266042 is #D99FBD. Grayscale: #4B4B4B. Windows color (decimal): -14262206 or 4349990. OLE color: 4349990.
HSL color Cylindrical-coordinate representation of color #266042: hue angle of 148.97º 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 #266042 is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 38 | 96 | 66 | - |
| CMYK | 0.60 | 0 | 0.31 | 0.62 |
| HSL | 148.97º | 0.43% | 0.26% | - |
| HSV(B) | 148.97º | 0.6% | 0.38% | - |
| XYZ | 5.97 | 9.17 | 6.61 | - |
| YUV | 75.24 | 122.78 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 96 | 66 | 0.60 | 0 | 0.31 | 0.62 | 148.97 | 0.43 | 0.26 |
| Hex | 26 | 60 | 42 | 3C | 0 | 1F | 3E | 95 | 2B | 1A |
| Octal | 46 | 140 | 102 | 74 | 0 | 37 | 76 | 225 | 53 | 32 |
| Binary | 100110 | 1100000 | 1000010 | 111100 | 0 | 11111 | 111110 | 10010101 | 101011 | 11010 |
Color Harmonies of #266042
Complementary color
Monochromatic Colors of #266042
Black with #266042
Text Example
Text Example
White with #266042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266042; }
p { color: rgb(38,96,66); }
H1.HeaderClassName
{
color: #266042;
}
.AnyTagClassName
{
color: #266042;
}
</style>
background-color css
<style>
a { background-color: #266042; }
a { background-color: rgb(38,96,66); }
div.DivClassName
{
background-color: #266042;
}
.BgClassName
{
background-color: #266042;
}
</style>
border-color css
<style>
span { border-color: #266042; }
span { border-color: rgb(38,96,66); }
td.TdClassName
{
border-color: #266042;
}
.TagClassName
{
border-color: #266042;
}
</style>