Shades of Green Pea #236141
Tints of Green Pea #236141
RGB
CMYK
RGB Variations
Color information
#236141 (or 0x236141) is known color: Green Pea. HEX triplet: 23, 61 and 41. RGB value is (35,97,65). Sum of RGB (Red+Green+Blue) = 35+97+65=197 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.77% from 197); Green value is 97 (38.28% from 255 or 49.24% from 197); Blue value is 65 (25.78% from 255 or 32.99% from 197); Max value from RGB is 97 - color contains mainly: green. Hex color #236141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #236141 is #DC9EBE. Grayscale: #4A4A4A. Windows color (decimal): -14458559 or 4284707. OLE color: 4284707.
HSL color Cylindrical-coordinate representation of color #236141: hue angle of 149.03º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #236141 is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 35 | 97 | 65 | - |
| CMYK | 0.64 | 0 | 0.33 | 0.62 |
| HSL | 149.03º | 0.47% | 0.26% | - |
| HSV(B) | 149.03º | 0.64% | 0.38% | - |
| XYZ | 5.92 | 9.29 | 6.48 | - |
| YUV | 74.81 | 122.46 | 99.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 97 | 65 | 0.64 | 0 | 0.33 | 0.62 | 149.03 | 0.47 | 0.26 |
| Hex | 23 | 61 | 41 | 40 | 0 | 21 | 3E | 95 | 2F | 1A |
| Octal | 43 | 141 | 101 | 100 | 0 | 41 | 76 | 225 | 57 | 32 |
| Binary | 100011 | 1100001 | 1000001 | 1000000 | 0 | 100001 | 111110 | 10010101 | 101111 | 11010 |
Color Harmonies of #236141
Complementary color
Monochromatic Colors of #236141
Black with #236141
Text Example
Text Example
White with #236141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236141; }
p { color: rgb(35,97,65); }
H1.HeaderClassName
{
color: #236141;
}
.AnyTagClassName
{
color: #236141;
}
</style>
background-color css
<style>
a { background-color: #236141; }
a { background-color: rgb(35,97,65); }
div.DivClassName
{
background-color: #236141;
}
.BgClassName
{
background-color: #236141;
}
</style>
border-color css
<style>
span { border-color: #236141; }
span { border-color: rgb(35,97,65); }
td.TdClassName
{
border-color: #236141;
}
.TagClassName
{
border-color: #236141;
}
</style>