Shades of Green Pea #276C41
Tints of Green Pea #276C41
RGB
CMYK
RGB Variations
Color information
#276C41 (or 0x276C41) is known color: Green Pea. HEX triplet: 27, 6C and 41. RGB value is (39,108,65). Sum of RGB (Red+Green+Blue) = 39+108+65=212 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.40% from 212); Green value is 108 (42.58% from 255 or 50.94% from 212); Blue value is 65 (25.78% from 255 or 30.66% from 212); Max value from RGB is 108 - color contains mainly: green. Hex color #276C41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276C41 is #D893BE. Grayscale: #525252. Windows color (decimal): -14193599 or 4287527. OLE color: 4287527.
HSL color Cylindrical-coordinate representation of color #276C41: hue angle of 142.61º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #276C41 is Cyan = 0.64, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 39 | 108 | 65 | - |
| CMYK | 0.64 | 0 | 0.40 | 0.58 |
| HSL | 142.61º | 0.47% | 0.29% | - |
| HSV(B) | 142.61º | 0.64% | 0.42% | - |
| XYZ | 7.15 | 11.54 | 6.85 | - |
| YUV | 82.47 | 118.14 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 108 | 65 | 0.64 | 0 | 0.40 | 0.58 | 142.61 | 0.47 | 0.29 |
| Hex | 27 | 6C | 41 | 40 | 0 | 28 | 3A | 8F | 2F | 1D |
| Octal | 47 | 154 | 101 | 100 | 0 | 50 | 72 | 217 | 57 | 35 |
| Binary | 100111 | 1101100 | 1000001 | 1000000 | 0 | 101000 | 111010 | 10001111 | 101111 | 11101 |
Color Harmonies of #276C41
Complementary color
Monochromatic Colors of #276C41
Black with #276C41
Text Example
Text Example
White with #276C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276C41; }
p { color: rgb(39,108,65); }
H1.HeaderClassName
{
color: #276C41;
}
.AnyTagClassName
{
color: #276C41;
}
</style>
background-color css
<style>
a { background-color: #276C41; }
a { background-color: rgb(39,108,65); }
div.DivClassName
{
background-color: #276C41;
}
.BgClassName
{
background-color: #276C41;
}
</style>
border-color css
<style>
span { border-color: #276C41; }
span { border-color: rgb(39,108,65); }
td.TdClassName
{
border-color: #276C41;
}
.TagClassName
{
border-color: #276C41;
}
</style>