Shades of Green Pea #285A43
Tints of Green Pea #285A43
RGB
CMYK
RGB Variations
Color information
#285A43 (or 0x285A43) is known color: Green Pea. HEX triplet: 28, 5A and 43. RGB value is (40,90,67). Sum of RGB (Red+Green+Blue) = 40+90+67=197 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.30% from 197); Green value is 90 (35.55% from 255 or 45.69% from 197); Blue value is 67 (26.56% from 255 or 34.01% from 197); Max value from RGB is 90 - color contains mainly: green. Hex color #285A43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285A43 is #D7A5BC. Grayscale: #484848. Windows color (decimal): -14132669 or 4413992. OLE color: 4413992.
HSL color Cylindrical-coordinate representation of color #285A43: hue angle of 152.4º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #285A43 is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 90 | 67 | - |
| CMYK | 0.56 | 0 | 0.26 | 0.65 |
| HSL | 152.4º | 0.38% | 0.25% | - |
| HSV(B) | 152.4º | 0.56% | 0.35% | - |
| XYZ | 5.54 | 8.17 | 6.59 | - |
| YUV | 72.43 | 124.94 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 90 | 67 | 0.56 | 0 | 0.26 | 0.65 | 152.4 | 0.38 | 0.25 |
| Hex | 28 | 5A | 43 | 38 | 0 | 1A | 41 | 98 | 26 | 19 |
| Octal | 50 | 132 | 103 | 70 | 0 | 32 | 101 | 230 | 46 | 31 |
| Binary | 101000 | 1011010 | 1000011 | 111000 | 0 | 11010 | 1000001 | 10011000 | 100110 | 11001 |
Color Harmonies of #285A43
Complementary color
Monochromatic Colors of #285A43
Black with #285A43
Text Example
Text Example
White with #285A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285A43; }
p { color: rgb(40,90,67); }
H1.HeaderClassName
{
color: #285A43;
}
.AnyTagClassName
{
color: #285A43;
}
</style>
background-color css
<style>
a { background-color: #285A43; }
a { background-color: rgb(40,90,67); }
div.DivClassName
{
background-color: #285A43;
}
.BgClassName
{
background-color: #285A43;
}
</style>
border-color css
<style>
span { border-color: #285A43; }
span { border-color: rgb(40,90,67); }
td.TdClassName
{
border-color: #285A43;
}
.TagClassName
{
border-color: #285A43;
}
</style>