Shades of Green Pea #285C41
Tints of Green Pea #285C41
RGB
CMYK
RGB Variations
Color information
#285C41 (or 0x285C41) is known color: Green Pea. HEX triplet: 28, 5C and 41. RGB value is (40,92,65). Sum of RGB (Red+Green+Blue) = 40+92+65=197 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.30% from 197); Green value is 92 (36.33% from 255 or 46.70% from 197); Blue value is 65 (25.78% from 255 or 32.99% from 197); Max value from RGB is 92 - color contains mainly: green. Hex color #285C41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285C41 is #D7A3BE. Grayscale: #494949. Windows color (decimal): -14132159 or 4283432. OLE color: 4283432.
HSL color Cylindrical-coordinate representation of color #285C41: hue angle of 148.85º 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 #285C41 is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 92 | 65 | - |
| CMYK | 0.57 | 0 | 0.29 | 0.64 |
| HSL | 148.85º | 0.39% | 0.26% | - |
| HSV(B) | 148.85º | 0.57% | 0.36% | - |
| XYZ | 5.66 | 8.49 | 6.34 | - |
| YUV | 73.37 | 123.27 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 92 | 65 | 0.57 | 0 | 0.29 | 0.64 | 148.85 | 0.39 | 0.26 |
| Hex | 28 | 5C | 41 | 39 | 0 | 1D | 40 | 95 | 27 | 1A |
| Octal | 50 | 134 | 101 | 71 | 0 | 35 | 100 | 225 | 47 | 32 |
| Binary | 101000 | 1011100 | 1000001 | 111001 | 0 | 11101 | 1000000 | 10010101 | 100111 | 11010 |
Color Harmonies of #285C41
Complementary color
Monochromatic Colors of #285C41
Black with #285C41
Text Example
Text Example
White with #285C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285C41; }
p { color: rgb(40,92,65); }
H1.HeaderClassName
{
color: #285C41;
}
.AnyTagClassName
{
color: #285C41;
}
</style>
background-color css
<style>
a { background-color: #285C41; }
a { background-color: rgb(40,92,65); }
div.DivClassName
{
background-color: #285C41;
}
.BgClassName
{
background-color: #285C41;
}
</style>
border-color css
<style>
span { border-color: #285C41; }
span { border-color: rgb(40,92,65); }
td.TdClassName
{
border-color: #285C41;
}
.TagClassName
{
border-color: #285C41;
}
</style>