Shades of Green Pea #266344
Tints of Green Pea #266344
RGB
CMYK
RGB Variations
Color information
#266344 (or 0x266344) is known color: Green Pea. HEX triplet: 26, 63 and 44. RGB value is (38,99,68). Sum of RGB (Red+Green+Blue) = 38+99+68=205 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.54% from 205); Green value is 99 (39.06% from 255 or 48.29% from 205); Blue value is 68 (26.95% from 255 or 33.17% from 205); Max value from RGB is 99 - color contains mainly: green. Hex color #266344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266344 is #D99CBB. Grayscale: #4D4D4D. Windows color (decimal): -14261436 or 4481830. OLE color: 4481830.
HSL color Cylindrical-coordinate representation of color #266344: hue angle of 149.51º 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 #266344 is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 38 | 99 | 68 | - |
| CMYK | 0.62 | 0 | 0.31 | 0.61 |
| HSL | 149.51º | 0.45% | 0.27% | - |
| HSV(B) | 149.51º | 0.62% | 0.39% | - |
| XYZ | 6.3 | 9.75 | 7.02 | - |
| YUV | 77.23 | 122.79 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 99 | 68 | 0.62 | 0 | 0.31 | 0.61 | 149.51 | 0.45 | 0.27 |
| Hex | 26 | 63 | 44 | 3E | 0 | 1F | 3D | 96 | 2D | 1B |
| Octal | 46 | 143 | 104 | 76 | 0 | 37 | 75 | 226 | 55 | 33 |
| Binary | 100110 | 1100011 | 1000100 | 111110 | 0 | 11111 | 111101 | 10010110 | 101101 | 11011 |
Color Harmonies of #266344
Complementary color
Monochromatic Colors of #266344
Black with #266344
Text Example
Text Example
White with #266344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266344; }
p { color: rgb(38,99,68); }
H1.HeaderClassName
{
color: #266344;
}
.AnyTagClassName
{
color: #266344;
}
</style>
background-color css
<style>
a { background-color: #266344; }
a { background-color: rgb(38,99,68); }
div.DivClassName
{
background-color: #266344;
}
.BgClassName
{
background-color: #266344;
}
</style>
border-color css
<style>
span { border-color: #266344; }
span { border-color: rgb(38,99,68); }
td.TdClassName
{
border-color: #266344;
}
.TagClassName
{
border-color: #266344;
}
</style>