Shades of Green Pea #275D41
Tints of Green Pea #275D41
RGB
CMYK
RGB Variations
Color information
#275D41 (or 0x275D41) is known color: Green Pea. HEX triplet: 27, 5D and 41. RGB value is (39,93,65). Sum of RGB (Red+Green+Blue) = 39+93+65=197 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.80% from 197); Green value is 93 (36.72% from 255 or 47.21% from 197); Blue value is 65 (25.78% from 255 or 32.99% from 197); Max value from RGB is 93 - color contains mainly: green. Hex color #275D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275D41 is #D8A2BE. Grayscale: #494949. Windows color (decimal): -14197439 or 4283687. OLE color: 4283687.
HSL color Cylindrical-coordinate representation of color #275D41: hue angle of 148.89º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #275D41 is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 39 | 93 | 65 | - |
| CMYK | 0.58 | 0 | 0.30 | 0.64 |
| HSL | 148.89º | 0.41% | 0.26% | - |
| HSV(B) | 148.89º | 0.58% | 0.36% | - |
| XYZ | 5.71 | 8.64 | 6.37 | - |
| YUV | 73.66 | 123.11 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 93 | 65 | 0.58 | 0 | 0.30 | 0.64 | 148.89 | 0.41 | 0.26 |
| Hex | 27 | 5D | 41 | 3A | 0 | 1E | 40 | 95 | 29 | 1A |
| Octal | 47 | 135 | 101 | 72 | 0 | 36 | 100 | 225 | 51 | 32 |
| Binary | 100111 | 1011101 | 1000001 | 111010 | 0 | 11110 | 1000000 | 10010101 | 101001 | 11010 |
Color Harmonies of #275D41
Complementary color
Monochromatic Colors of #275D41
Black with #275D41
Text Example
Text Example
White with #275D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275D41; }
p { color: rgb(39,93,65); }
H1.HeaderClassName
{
color: #275D41;
}
.AnyTagClassName
{
color: #275D41;
}
</style>
background-color css
<style>
a { background-color: #275D41; }
a { background-color: rgb(39,93,65); }
div.DivClassName
{
background-color: #275D41;
}
.BgClassName
{
background-color: #275D41;
}
</style>
border-color css
<style>
span { border-color: #275D41; }
span { border-color: rgb(39,93,65); }
td.TdClassName
{
border-color: #275D41;
}
.TagClassName
{
border-color: #275D41;
}
</style>