Shades of Green Pea #266F47
Tints of Green Pea #266F47
RGB
CMYK
RGB Variations
Color information
#266F47 (or 0x266F47) is known color: Green Pea. HEX triplet: 26, 6F and 47. RGB value is (38,111,71). Sum of RGB (Red+Green+Blue) = 38+111+71=220 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.27% from 220); Green value is 111 (43.75% from 255 or 50.45% from 220); Blue value is 71 (28.12% from 255 or 32.27% from 220); Max value from RGB is 111 - color contains mainly: green. Hex color #266F47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266F47 is #D990B8. Grayscale: #545454. Windows color (decimal): -14258361 or 4681510. OLE color: 4681510.
HSL color Cylindrical-coordinate representation of color #266F47: hue angle of 147.12º 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 #266F47 is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 111 | 71 | - |
| CMYK | 0.66 | 0 | 0.36 | 0.56 |
| HSL | 147.12º | 0.49% | 0.29% | - |
| HSV(B) | 147.12º | 0.66% | 0.44% | - |
| XYZ | 7.62 | 12.24 | 7.92 | - |
| YUV | 84.61 | 120.32 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 111 | 71 | 0.66 | 0 | 0.36 | 0.56 | 147.12 | 0.49 | 0.29 |
| Hex | 26 | 6F | 47 | 42 | 0 | 24 | 38 | 93 | 31 | 1D |
| Octal | 46 | 157 | 107 | 102 | 0 | 44 | 70 | 223 | 61 | 35 |
| Binary | 100110 | 1101111 | 1000111 | 1000010 | 0 | 100100 | 111000 | 10010011 | 110001 | 11101 |
Color Harmonies of #266F47
Complementary color
Monochromatic Colors of #266F47
Black with #266F47
Text Example
Text Example
White with #266F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266F47; }
p { color: rgb(38,111,71); }
H1.HeaderClassName
{
color: #266F47;
}
.AnyTagClassName
{
color: #266F47;
}
</style>
background-color css
<style>
a { background-color: #266F47; }
a { background-color: rgb(38,111,71); }
div.DivClassName
{
background-color: #266F47;
}
.BgClassName
{
background-color: #266F47;
}
</style>
border-color css
<style>
span { border-color: #266F47; }
span { border-color: rgb(38,111,71); }
td.TdClassName
{
border-color: #266F47;
}
.TagClassName
{
border-color: #266F47;
}
</style>