Shades of Green Pea #266F4B
Tints of Green Pea #266F4B
RGB
CMYK
RGB Variations
Color information
#266F4B (or 0x266F4B) is known color: Green Pea. HEX triplet: 26, 6F and 4B. RGB value is (38,111,75). Sum of RGB (Red+Green+Blue) = 38+111+75=224 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.96% from 224); Green value is 111 (43.75% from 255 or 49.55% from 224); Blue value is 75 (29.69% from 255 or 33.48% from 224); Max value from RGB is 111 - color contains mainly: green. Hex color #266F4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266F4B is #D990B4. Grayscale: #555555. Windows color (decimal): -14258357 or 4943654. OLE color: 4943654.
HSL color Cylindrical-coordinate representation of color #266F4B: hue angle of 150.41º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #266F4B is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 111 | 75 | - |
| CMYK | 0.66 | 0 | 0.32 | 0.56 |
| HSL | 150.41º | 0.49% | 0.29% | - |
| HSV(B) | 150.41º | 0.66% | 0.44% | - |
| XYZ | 7.75 | 12.29 | 8.62 | - |
| YUV | 85.07 | 122.32 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 111 | 75 | 0.66 | 0 | 0.32 | 0.56 | 150.41 | 0.49 | 0.29 |
| Hex | 26 | 6F | 4B | 42 | 0 | 20 | 38 | 96 | 31 | 1D |
| Octal | 46 | 157 | 113 | 102 | 0 | 40 | 70 | 226 | 61 | 35 |
| Binary | 100110 | 1101111 | 1001011 | 1000010 | 0 | 100000 | 111000 | 10010110 | 110001 | 11101 |
Color Harmonies of #266F4B
Complementary color
Monochromatic Colors of #266F4B
Black with #266F4B
Text Example
Text Example
White with #266F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266F4B; }
p { color: rgb(38,111,75); }
H1.HeaderClassName
{
color: #266F4B;
}
.AnyTagClassName
{
color: #266F4B;
}
</style>
background-color css
<style>
a { background-color: #266F4B; }
a { background-color: rgb(38,111,75); }
div.DivClassName
{
background-color: #266F4B;
}
.BgClassName
{
background-color: #266F4B;
}
</style>
border-color css
<style>
span { border-color: #266F4B; }
span { border-color: rgb(38,111,75); }
td.TdClassName
{
border-color: #266F4B;
}
.TagClassName
{
border-color: #266F4B;
}
</style>