Shades of Green Pea #266C44
Tints of Green Pea #266C44
RGB
CMYK
RGB Variations
Color information
#266C44 (or 0x266C44) is known color: Green Pea. HEX triplet: 26, 6C and 44. RGB value is (38,108,68). Sum of RGB (Red+Green+Blue) = 38+108+68=214 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.76% from 214); Green value is 108 (42.58% from 255 or 50.47% from 214); Blue value is 68 (26.95% from 255 or 31.78% from 214); Max value from RGB is 108 - color contains mainly: green. Hex color #266C44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266C44 is #D993BB. Grayscale: #525252. Windows color (decimal): -14259132 or 4484134. OLE color: 4484134.
HSL color Cylindrical-coordinate representation of color #266C44: hue angle of 145.71º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #266C44 is Cyan = 0.65, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 108 | 68 | - |
| CMYK | 0.65 | 0 | 0.37 | 0.58 |
| HSL | 145.71º | 0.48% | 0.29% | - |
| HSV(B) | 145.71º | 0.65% | 0.42% | - |
| XYZ | 7.21 | 11.55 | 7.32 | - |
| YUV | 82.51 | 119.81 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 108 | 68 | 0.65 | 0 | 0.37 | 0.58 | 145.71 | 0.48 | 0.29 |
| Hex | 26 | 6C | 44 | 41 | 0 | 25 | 3A | 92 | 30 | 1D |
| Octal | 46 | 154 | 104 | 101 | 0 | 45 | 72 | 222 | 60 | 35 |
| Binary | 100110 | 1101100 | 1000100 | 1000001 | 0 | 100101 | 111010 | 10010010 | 110000 | 11101 |
Color Harmonies of #266C44
Complementary color
Monochromatic Colors of #266C44
Black with #266C44
Text Example
Text Example
White with #266C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266C44; }
p { color: rgb(38,108,68); }
H1.HeaderClassName
{
color: #266C44;
}
.AnyTagClassName
{
color: #266C44;
}
</style>
background-color css
<style>
a { background-color: #266C44; }
a { background-color: rgb(38,108,68); }
div.DivClassName
{
background-color: #266C44;
}
.BgClassName
{
background-color: #266C44;
}
</style>
border-color css
<style>
span { border-color: #266C44; }
span { border-color: rgb(38,108,68); }
td.TdClassName
{
border-color: #266C44;
}
.TagClassName
{
border-color: #266C44;
}
</style>