Shades of Green Pea #275941
Tints of Green Pea #275941
RGB
CMYK
RGB Variations
Color information
#275941 (or 0x275941) is known color: Green Pea. HEX triplet: 27, 59 and 41. RGB value is (39,89,65). Sum of RGB (Red+Green+Blue) = 39+89+65=193 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.21% from 193); Green value is 89 (35.16% from 255 or 46.11% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 89 - color contains mainly: green. Hex color #275941 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275941 is #D8A6BE. Grayscale: #474747. Windows color (decimal): -14198463 or 4282663. OLE color: 4282663.
HSL color Cylindrical-coordinate representation of color #275941: hue angle of 151.2º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #275941 is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 39 | 89 | 65 | - |
| CMYK | 0.56 | 0 | 0.27 | 0.65 |
| HSL | 151.2º | 0.39% | 0.25% | - |
| HSV(B) | 151.2º | 0.56% | 0.35% | - |
| XYZ | 5.36 | 7.96 | 6.25 | - |
| YUV | 71.31 | 124.44 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 89 | 65 | 0.56 | 0 | 0.27 | 0.65 | 151.2 | 0.39 | 0.25 |
| Hex | 27 | 59 | 41 | 38 | 0 | 1B | 41 | 97 | 27 | 19 |
| Octal | 47 | 131 | 101 | 70 | 0 | 33 | 101 | 227 | 47 | 31 |
| Binary | 100111 | 1011001 | 1000001 | 111000 | 0 | 11011 | 1000001 | 10010111 | 100111 | 11001 |
Color Harmonies of #275941
Complementary color
Monochromatic Colors of #275941
Black with #275941
Text Example
Text Example
White with #275941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275941; }
p { color: rgb(39,89,65); }
H1.HeaderClassName
{
color: #275941;
}
.AnyTagClassName
{
color: #275941;
}
</style>
background-color css
<style>
a { background-color: #275941; }
a { background-color: rgb(39,89,65); }
div.DivClassName
{
background-color: #275941;
}
.BgClassName
{
background-color: #275941;
}
</style>
border-color css
<style>
span { border-color: #275941; }
span { border-color: rgb(39,89,65); }
td.TdClassName
{
border-color: #275941;
}
.TagClassName
{
border-color: #275941;
}
</style>