Shades of Green Pea #286D4B
Tints of Green Pea #286D4B
RGB
CMYK
RGB Variations
Color information
#286D4B (or 0x286D4B) is known color: Green Pea. HEX triplet: 28, 6D and 4B. RGB value is (40,109,75). Sum of RGB (Red+Green+Blue) = 40+109+75=224 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.86% from 224); Green value is 109 (42.97% from 255 or 48.66% from 224); Blue value is 75 (29.69% from 255 or 33.48% from 224); Max value from RGB is 109 - color contains mainly: green. Hex color #286D4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286D4B is #D792B4. Grayscale: #545454. Windows color (decimal): -14127797 or 4943144. OLE color: 4943144.
HSL color Cylindrical-coordinate representation of color #286D4B: hue angle of 150.43º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #286D4B is Cyan = 0.63, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 109 | 75 | - |
| CMYK | 0.63 | 0 | 0.31 | 0.57 |
| HSL | 150.43º | 0.46% | 0.29% | - |
| HSV(B) | 150.43º | 0.63% | 0.43% | - |
| XYZ | 7.61 | 11.9 | 8.55 | - |
| YUV | 84.49 | 122.64 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 109 | 75 | 0.63 | 0 | 0.31 | 0.57 | 150.43 | 0.46 | 0.29 |
| Hex | 28 | 6D | 4B | 3F | 0 | 1F | 39 | 96 | 2E | 1D |
| Octal | 50 | 155 | 113 | 77 | 0 | 37 | 71 | 226 | 56 | 35 |
| Binary | 101000 | 1101101 | 1001011 | 111111 | 0 | 11111 | 111001 | 10010110 | 101110 | 11101 |
Color Harmonies of #286D4B
Complementary color
Monochromatic Colors of #286D4B
Black with #286D4B
Text Example
Text Example
White with #286D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286D4B; }
p { color: rgb(40,109,75); }
H1.HeaderClassName
{
color: #286D4B;
}
.AnyTagClassName
{
color: #286D4B;
}
</style>
background-color css
<style>
a { background-color: #286D4B; }
a { background-color: rgb(40,109,75); }
div.DivClassName
{
background-color: #286D4B;
}
.BgClassName
{
background-color: #286D4B;
}
</style>
border-color css
<style>
span { border-color: #286D4B; }
span { border-color: rgb(40,109,75); }
td.TdClassName
{
border-color: #286D4B;
}
.TagClassName
{
border-color: #286D4B;
}
</style>