Shades of Green Pea #276841
Tints of Green Pea #276841
RGB
CMYK
RGB Variations
Color information
#276841 (or 0x276841) is known color: Green Pea. HEX triplet: 27, 68 and 41. RGB value is (39,104,65). Sum of RGB (Red+Green+Blue) = 39+104+65=208 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.75% from 208); Green value is 104 (41.02% from 255 or 50% from 208); Blue value is 65 (25.78% from 255 or 31.25% from 208); Max value from RGB is 104 - color contains mainly: green. Hex color #276841 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276841 is #D897BE. Grayscale: #505050. Windows color (decimal): -14194623 or 4286503. OLE color: 4286503.
HSL color Cylindrical-coordinate representation of color #276841: hue angle of 144º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #276841 is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 39 | 104 | 65 | - |
| CMYK | 0.62 | 0 | 0.38 | 0.59 |
| HSL | 144º | 0.45% | 0.28% | - |
| HSV(B) | 144º | 0.63% | 0.41% | - |
| XYZ | 6.74 | 10.71 | 6.71 | - |
| YUV | 80.12 | 119.47 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 104 | 65 | 0.62 | 0 | 0.38 | 0.59 | 144 | 0.45 | 0.28 |
| Hex | 27 | 68 | 41 | 3E | 0 | 26 | 3B | 90 | 2D | 1C |
| Octal | 47 | 150 | 101 | 76 | 0 | 46 | 73 | 220 | 55 | 34 |
| Binary | 100111 | 1101000 | 1000001 | 111110 | 0 | 100110 | 111011 | 10010000 | 101101 | 11100 |
Color Harmonies of #276841
Complementary color
Monochromatic Colors of #276841
Black with #276841
Text Example
Text Example
White with #276841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276841; }
p { color: rgb(39,104,65); }
H1.HeaderClassName
{
color: #276841;
}
.AnyTagClassName
{
color: #276841;
}
</style>
background-color css
<style>
a { background-color: #276841; }
a { background-color: rgb(39,104,65); }
div.DivClassName
{
background-color: #276841;
}
.BgClassName
{
background-color: #276841;
}
</style>
border-color css
<style>
span { border-color: #276841; }
span { border-color: rgb(39,104,65); }
td.TdClassName
{
border-color: #276841;
}
.TagClassName
{
border-color: #276841;
}
</style>