Shades of Green Pea #266A4B
Tints of Green Pea #266A4B
RGB
CMYK
RGB Variations
Color information
#266A4B (or 0x266A4B) is known color: Green Pea. HEX triplet: 26, 6A and 4B. RGB value is (38,106,75). Sum of RGB (Red+Green+Blue) = 38+106+75=219 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.35% from 219); Green value is 106 (41.80% from 255 or 48.40% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 106 - color contains mainly: green. Hex color #266A4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266A4B is #D995B4. Grayscale: #525252. Windows color (decimal): -14259637 or 4942374. OLE color: 4942374.
HSL color Cylindrical-coordinate representation of color #266A4B: hue angle of 152.65º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #266A4B is Cyan = 0.64, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 106 | 75 | - |
| CMYK | 0.64 | 0 | 0.29 | 0.58 |
| HSL | 152.65º | 0.47% | 0.28% | - |
| HSV(B) | 152.65º | 0.64% | 0.42% | - |
| XYZ | 7.22 | 11.23 | 8.44 | - |
| YUV | 82.13 | 123.97 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 106 | 75 | 0.64 | 0 | 0.29 | 0.58 | 152.65 | 0.47 | 0.28 |
| Hex | 26 | 6A | 4B | 40 | 0 | 1D | 3A | 99 | 2F | 1C |
| Octal | 46 | 152 | 113 | 100 | 0 | 35 | 72 | 231 | 57 | 34 |
| Binary | 100110 | 1101010 | 1001011 | 1000000 | 0 | 11101 | 111010 | 10011001 | 101111 | 11100 |
Color Harmonies of #266A4B
Complementary color
Monochromatic Colors of #266A4B
Black with #266A4B
Text Example
Text Example
White with #266A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266A4B; }
p { color: rgb(38,106,75); }
H1.HeaderClassName
{
color: #266A4B;
}
.AnyTagClassName
{
color: #266A4B;
}
</style>
background-color css
<style>
a { background-color: #266A4B; }
a { background-color: rgb(38,106,75); }
div.DivClassName
{
background-color: #266A4B;
}
.BgClassName
{
background-color: #266A4B;
}
</style>
border-color css
<style>
span { border-color: #266A4B; }
span { border-color: rgb(38,106,75); }
td.TdClassName
{
border-color: #266A4B;
}
.TagClassName
{
border-color: #266A4B;
}
</style>