Shades of Green Pea #285C43
Tints of Green Pea #285C43
RGB
CMYK
RGB Variations
Color information
#285C43 (or 0x285C43) is known color: Green Pea. HEX triplet: 28, 5C and 43. RGB value is (40,92,67). Sum of RGB (Red+Green+Blue) = 40+92+67=199 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.10% from 199); Green value is 92 (36.33% from 255 or 46.23% from 199); Blue value is 67 (26.56% from 255 or 33.67% from 199); Max value from RGB is 92 - color contains mainly: green. Hex color #285C43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285C43 is #D7A3BC. Grayscale: #494949. Windows color (decimal): -14132157 or 4414504. OLE color: 4414504.
HSL color Cylindrical-coordinate representation of color #285C43: hue angle of 151.15º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #285C43 is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 92 | 67 | - |
| CMYK | 0.57 | 0 | 0.27 | 0.64 |
| HSL | 151.15º | 0.39% | 0.26% | - |
| HSV(B) | 151.15º | 0.57% | 0.36% | - |
| XYZ | 5.72 | 8.51 | 6.65 | - |
| YUV | 73.6 | 124.27 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 92 | 67 | 0.57 | 0 | 0.27 | 0.64 | 151.15 | 0.39 | 0.26 |
| Hex | 28 | 5C | 43 | 39 | 0 | 1B | 40 | 97 | 27 | 1A |
| Octal | 50 | 134 | 103 | 71 | 0 | 33 | 100 | 227 | 47 | 32 |
| Binary | 101000 | 1011100 | 1000011 | 111001 | 0 | 11011 | 1000000 | 10010111 | 100111 | 11010 |
Color Harmonies of #285C43
Complementary color
Monochromatic Colors of #285C43
Black with #285C43
Text Example
Text Example
White with #285C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285C43; }
p { color: rgb(40,92,67); }
H1.HeaderClassName
{
color: #285C43;
}
.AnyTagClassName
{
color: #285C43;
}
</style>
background-color css
<style>
a { background-color: #285C43; }
a { background-color: rgb(40,92,67); }
div.DivClassName
{
background-color: #285C43;
}
.BgClassName
{
background-color: #285C43;
}
</style>
border-color css
<style>
span { border-color: #285C43; }
span { border-color: rgb(40,92,67); }
td.TdClassName
{
border-color: #285C43;
}
.TagClassName
{
border-color: #285C43;
}
</style>