Shades of Green Pea #255D3C
Tints of Green Pea #255D3C
RGB
CMYK
RGB Variations
Color information
#255D3C (or 0x255D3C) is known color: Green Pea. HEX triplet: 25, 5D and 3C. RGB value is (37,93,60). Sum of RGB (Red+Green+Blue) = 37+93+60=190 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.47% from 190); Green value is 93 (36.72% from 255 or 48.95% from 190); Blue value is 60 (23.83% from 255 or 31.58% from 190); Max value from RGB is 93 - color contains mainly: green. Hex color #255D3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255D3C is #DAA2C3. Grayscale: #484848. Windows color (decimal): -14328516 or 3956005. OLE color: 3956005.
HSL color Cylindrical-coordinate representation of color #255D3C: hue angle of 144.64º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #255D3C is Cyan = 0.60, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 93 | 60 | - |
| CMYK | 0.60 | 0 | 0.35 | 0.64 |
| HSL | 144.64º | 0.43% | 0.25% | - |
| HSV(B) | 144.64º | 0.6% | 0.36% | - |
| XYZ | 5.49 | 8.55 | 5.64 | - |
| YUV | 72.49 | 120.95 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 93 | 60 | 0.60 | 0 | 0.35 | 0.64 | 144.64 | 0.43 | 0.25 |
| Hex | 25 | 5D | 3C | 3C | 0 | 23 | 40 | 91 | 2B | 19 |
| Octal | 45 | 135 | 74 | 74 | 0 | 43 | 100 | 221 | 53 | 31 |
| Binary | 100101 | 1011101 | 111100 | 111100 | 0 | 100011 | 1000000 | 10010001 | 101011 | 11001 |
Color Harmonies of #255D3C
Complementary color
Monochromatic Colors of #255D3C
Black with #255D3C
Text Example
Text Example
White with #255D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255D3C; }
p { color: rgb(37,93,60); }
H1.HeaderClassName
{
color: #255D3C;
}
.AnyTagClassName
{
color: #255D3C;
}
</style>
background-color css
<style>
a { background-color: #255D3C; }
a { background-color: rgb(37,93,60); }
div.DivClassName
{
background-color: #255D3C;
}
.BgClassName
{
background-color: #255D3C;
}
</style>
border-color css
<style>
span { border-color: #255D3C; }
span { border-color: rgb(37,93,60); }
td.TdClassName
{
border-color: #255D3C;
}
.TagClassName
{
border-color: #255D3C;
}
</style>