Shades of Green Pea #266445
Tints of Green Pea #266445
RGB
CMYK
RGB Variations
Color information
#266445 (or 0x266445) is known color: Green Pea. HEX triplet: 26, 64 and 45. RGB value is (38,100,69). Sum of RGB (Red+Green+Blue) = 38+100+69=207 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.36% from 207); Green value is 100 (39.45% from 255 or 48.31% from 207); Blue value is 69 (27.34% from 255 or 33.33% from 207); Max value from RGB is 100 - color contains mainly: green. Hex color #266445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266445 is #D99BBA. Grayscale: #4D4D4D. Windows color (decimal): -14261179 or 4547622. OLE color: 4547622.
HSL color Cylindrical-coordinate representation of color #266445: hue angle of 150º 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 #266445 is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 38 | 100 | 69 | - |
| CMYK | 0.62 | 0 | 0.31 | 0.61 |
| HSL | 150º | 0.45% | 0.27% | - |
| HSV(B) | 150º | 0.62% | 0.39% | - |
| XYZ | 6.43 | 9.96 | 7.21 | - |
| YUV | 77.93 | 122.96 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 100 | 69 | 0.62 | 0 | 0.31 | 0.61 | 150 | 0.45 | 0.27 |
| Hex | 26 | 64 | 45 | 3E | 0 | 1F | 3D | 96 | 2D | 1B |
| Octal | 46 | 144 | 105 | 76 | 0 | 37 | 75 | 226 | 55 | 33 |
| Binary | 100110 | 1100100 | 1000101 | 111110 | 0 | 11111 | 111101 | 10010110 | 101101 | 11011 |
Color Harmonies of #266445
Complementary color
Monochromatic Colors of #266445
Black with #266445
Text Example
Text Example
White with #266445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266445; }
p { color: rgb(38,100,69); }
H1.HeaderClassName
{
color: #266445;
}
.AnyTagClassName
{
color: #266445;
}
</style>
background-color css
<style>
a { background-color: #266445; }
a { background-color: rgb(38,100,69); }
div.DivClassName
{
background-color: #266445;
}
.BgClassName
{
background-color: #266445;
}
</style>
border-color css
<style>
span { border-color: #266445; }
span { border-color: rgb(38,100,69); }
td.TdClassName
{
border-color: #266445;
}
.TagClassName
{
border-color: #266445;
}
</style>