Shades of Green Pea #266D4C
Tints of Green Pea #266D4C
RGB
CMYK
RGB Variations
Color information
#266D4C (or 0x266D4C) is known color: Green Pea. HEX triplet: 26, 6D and 4C. RGB value is (38,109,76). Sum of RGB (Red+Green+Blue) = 38+109+76=223 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.04% from 223); Green value is 109 (42.97% from 255 or 48.88% from 223); Blue value is 76 (30.08% from 255 or 34.08% from 223); Max value from RGB is 109 - color contains mainly: green. Hex color #266D4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266D4C is #D992B3. Grayscale: #545454. Windows color (decimal): -14258868 or 5008678. OLE color: 5008678.
HSL color Cylindrical-coordinate representation of color #266D4C: hue angle of 152.11º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #266D4C is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 38 | 109 | 76 | - |
| CMYK | 0.65 | 0 | 0.30 | 0.57 |
| HSL | 152.11º | 0.48% | 0.29% | - |
| HSV(B) | 152.11º | 0.65% | 0.43% | - |
| XYZ | 7.57 | 11.87 | 8.73 | - |
| YUV | 84.01 | 123.48 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 109 | 76 | 0.65 | 0 | 0.30 | 0.57 | 152.11 | 0.48 | 0.29 |
| Hex | 26 | 6D | 4C | 41 | 0 | 1E | 39 | 98 | 30 | 1D |
| Octal | 46 | 155 | 114 | 101 | 0 | 36 | 71 | 230 | 60 | 35 |
| Binary | 100110 | 1101101 | 1001100 | 1000001 | 0 | 11110 | 111001 | 10011000 | 110000 | 11101 |
Color Harmonies of #266D4C
Complementary color
Monochromatic Colors of #266D4C
Black with #266D4C
Text Example
Text Example
White with #266D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266D4C; }
p { color: rgb(38,109,76); }
H1.HeaderClassName
{
color: #266D4C;
}
.AnyTagClassName
{
color: #266D4C;
}
</style>
background-color css
<style>
a { background-color: #266D4C; }
a { background-color: rgb(38,109,76); }
div.DivClassName
{
background-color: #266D4C;
}
.BgClassName
{
background-color: #266D4C;
}
</style>
border-color css
<style>
span { border-color: #266D4C; }
span { border-color: rgb(38,109,76); }
td.TdClassName
{
border-color: #266D4C;
}
.TagClassName
{
border-color: #266D4C;
}
</style>