Shades of Green Pea #266741
Tints of Green Pea #266741
RGB
CMYK
RGB Variations
Color information
#266741 (or 0x266741) is known color: Green Pea. HEX triplet: 26, 67 and 41. RGB value is (38,103,65). Sum of RGB (Red+Green+Blue) = 38+103+65=206 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.45% from 206); Green value is 103 (40.62% from 255 or 50% from 206); Blue value is 65 (25.78% from 255 or 31.55% from 206); Max value from RGB is 103 - color contains mainly: green. Hex color #266741 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266741 is #D998BE. Grayscale: #4F4F4F. Windows color (decimal): -14260415 or 4286246. OLE color: 4286246.
HSL color Cylindrical-coordinate representation of color #266741: hue angle of 144.92º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #266741 is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 38 | 103 | 65 | - |
| CMYK | 0.63 | 0 | 0.37 | 0.60 |
| HSL | 144.92º | 0.46% | 0.28% | - |
| HSV(B) | 144.92º | 0.63% | 0.4% | - |
| XYZ | 6.6 | 10.49 | 6.68 | - |
| YUV | 79.23 | 119.97 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 103 | 65 | 0.63 | 0 | 0.37 | 0.60 | 144.92 | 0.46 | 0.28 |
| Hex | 26 | 67 | 41 | 3F | 0 | 25 | 3C | 91 | 2E | 1C |
| Octal | 46 | 147 | 101 | 77 | 0 | 45 | 74 | 221 | 56 | 34 |
| Binary | 100110 | 1100111 | 1000001 | 111111 | 0 | 100101 | 111100 | 10010001 | 101110 | 11100 |
Color Harmonies of #266741
Complementary color
Monochromatic Colors of #266741
Black with #266741
Text Example
Text Example
White with #266741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266741; }
p { color: rgb(38,103,65); }
H1.HeaderClassName
{
color: #266741;
}
.AnyTagClassName
{
color: #266741;
}
</style>
background-color css
<style>
a { background-color: #266741; }
a { background-color: rgb(38,103,65); }
div.DivClassName
{
background-color: #266741;
}
.BgClassName
{
background-color: #266741;
}
</style>
border-color css
<style>
span { border-color: #266741; }
span { border-color: rgb(38,103,65); }
td.TdClassName
{
border-color: #266741;
}
.TagClassName
{
border-color: #266741;
}
</style>