Shades of Green Pea #267046
Tints of Green Pea #267046
RGB
CMYK
RGB Variations
Color information
#267046 (or 0x267046) is known color: Green Pea. HEX triplet: 26, 70 and 46. RGB value is (38,112,70). Sum of RGB (Red+Green+Blue) = 38+112+70=220 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.27% from 220); Green value is 112 (44.14% from 255 or 50.91% from 220); Blue value is 70 (27.73% from 255 or 31.82% from 220); Max value from RGB is 112 - color contains mainly: green. Hex color #267046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267046 is #D98FB9. Grayscale: #555555. Windows color (decimal): -14258106 or 4616230. OLE color: 4616230.
HSL color Cylindrical-coordinate representation of color #267046: hue angle of 145.95º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #267046 is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 112 | 70 | - |
| CMYK | 0.66 | 0 | 0.38 | 0.56 |
| HSL | 145.95º | 0.49% | 0.29% | - |
| HSV(B) | 145.95º | 0.66% | 0.44% | - |
| XYZ | 7.7 | 12.44 | 7.79 | - |
| YUV | 85.09 | 119.48 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 112 | 70 | 0.66 | 0 | 0.38 | 0.56 | 145.95 | 0.49 | 0.29 |
| Hex | 26 | 70 | 46 | 42 | 0 | 26 | 38 | 92 | 31 | 1D |
| Octal | 46 | 160 | 106 | 102 | 0 | 46 | 70 | 222 | 61 | 35 |
| Binary | 100110 | 1110000 | 1000110 | 1000010 | 0 | 100110 | 111000 | 10010010 | 110001 | 11101 |
Color Harmonies of #267046
Complementary color
Monochromatic Colors of #267046
Black with #267046
Text Example
Text Example
White with #267046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267046; }
p { color: rgb(38,112,70); }
H1.HeaderClassName
{
color: #267046;
}
.AnyTagClassName
{
color: #267046;
}
</style>
background-color css
<style>
a { background-color: #267046; }
a { background-color: rgb(38,112,70); }
div.DivClassName
{
background-color: #267046;
}
.BgClassName
{
background-color: #267046;
}
</style>
border-color css
<style>
span { border-color: #267046; }
span { border-color: rgb(38,112,70); }
td.TdClassName
{
border-color: #267046;
}
.TagClassName
{
border-color: #267046;
}
</style>