Shades of Green Pea #266E4A
Tints of Green Pea #266E4A
RGB
CMYK
RGB Variations
Color information
#266E4A (or 0x266E4A) is known color: Green Pea. HEX triplet: 26, 6E and 4A. RGB value is (38,110,74). Sum of RGB (Red+Green+Blue) = 38+110+74=222 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.12% from 222); Green value is 110 (43.36% from 255 or 49.55% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 110 - color contains mainly: green. Hex color #266E4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266E4A is #D991B5. Grayscale: #545454. Windows color (decimal): -14258614 or 4877862. OLE color: 4877862.
HSL color Cylindrical-coordinate representation of color #266E4A: hue angle of 150º degrees, saturation: 0.49, 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 #266E4A is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 38 | 110 | 74 | - |
| CMYK | 0.65 | 0 | 0.33 | 0.57 |
| HSL | 150º | 0.49% | 0.29% | - |
| HSV(B) | 150º | 0.65% | 0.43% | - |
| XYZ | 7.61 | 12.06 | 8.4 | - |
| YUV | 84.37 | 122.15 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 110 | 74 | 0.65 | 0 | 0.33 | 0.57 | 150 | 0.49 | 0.29 |
| Hex | 26 | 6E | 4A | 41 | 0 | 21 | 39 | 96 | 31 | 1D |
| Octal | 46 | 156 | 112 | 101 | 0 | 41 | 71 | 226 | 61 | 35 |
| Binary | 100110 | 1101110 | 1001010 | 1000001 | 0 | 100001 | 111001 | 10010110 | 110001 | 11101 |
Color Harmonies of #266E4A
Complementary color
Monochromatic Colors of #266E4A
Black with #266E4A
Text Example
Text Example
White with #266E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266E4A; }
p { color: rgb(38,110,74); }
H1.HeaderClassName
{
color: #266E4A;
}
.AnyTagClassName
{
color: #266E4A;
}
</style>
background-color css
<style>
a { background-color: #266E4A; }
a { background-color: rgb(38,110,74); }
div.DivClassName
{
background-color: #266E4A;
}
.BgClassName
{
background-color: #266E4A;
}
</style>
border-color css
<style>
span { border-color: #266E4A; }
span { border-color: rgb(38,110,74); }
td.TdClassName
{
border-color: #266E4A;
}
.TagClassName
{
border-color: #266E4A;
}
</style>