Shades of Green Pea #255C3C
Tints of Green Pea #255C3C
RGB
CMYK
RGB Variations
Color information
#255C3C (or 0x255C3C) is known color: Green Pea. HEX triplet: 25, 5C and 3C. RGB value is (37,92,60). Sum of RGB (Red+Green+Blue) = 37+92+60=189 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.58% from 189); Green value is 92 (36.33% from 255 or 48.68% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 92 - color contains mainly: green. Hex color #255C3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255C3C is #DAA3C3. Grayscale: #474747. Windows color (decimal): -14328772 or 3955749. OLE color: 3955749.
HSL color Cylindrical-coordinate representation of color #255C3C: hue angle of 145.09º 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 #255C3C is Cyan = 0.60, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 92 | 60 | - |
| CMYK | 0.60 | 0 | 0.35 | 0.64 |
| HSL | 145.09º | 0.43% | 0.25% | - |
| HSV(B) | 145.09º | 0.6% | 0.36% | - |
| XYZ | 5.41 | 8.37 | 5.61 | - |
| YUV | 71.91 | 121.28 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 92 | 60 | 0.60 | 0 | 0.35 | 0.64 | 145.09 | 0.43 | 0.25 |
| Hex | 25 | 5C | 3C | 3C | 0 | 23 | 40 | 91 | 2B | 19 |
| Octal | 45 | 134 | 74 | 74 | 0 | 43 | 100 | 221 | 53 | 31 |
| Binary | 100101 | 1011100 | 111100 | 111100 | 0 | 100011 | 1000000 | 10010001 | 101011 | 11001 |
Color Harmonies of #255C3C
Complementary color
Monochromatic Colors of #255C3C
Black with #255C3C
Text Example
Text Example
White with #255C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255C3C; }
p { color: rgb(37,92,60); }
H1.HeaderClassName
{
color: #255C3C;
}
.AnyTagClassName
{
color: #255C3C;
}
</style>
background-color css
<style>
a { background-color: #255C3C; }
a { background-color: rgb(37,92,60); }
div.DivClassName
{
background-color: #255C3C;
}
.BgClassName
{
background-color: #255C3C;
}
</style>
border-color css
<style>
span { border-color: #255C3C; }
span { border-color: rgb(37,92,60); }
td.TdClassName
{
border-color: #255C3C;
}
.TagClassName
{
border-color: #255C3C;
}
</style>