Shades of Green Pea #276441
Tints of Green Pea #276441
RGB
CMYK
RGB Variations
Color information
#276441 (or 0x276441) is known color: Green Pea. HEX triplet: 27, 64 and 41. RGB value is (39,100,65). Sum of RGB (Red+Green+Blue) = 39+100+65=204 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.12% from 204); Green value is 100 (39.45% from 255 or 49.02% from 204); Blue value is 65 (25.78% from 255 or 31.86% from 204); Max value from RGB is 100 - color contains mainly: green. Hex color #276441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276441 is #D89BBE. Grayscale: #4D4D4D. Windows color (decimal): -14195647 or 4285479. OLE color: 4285479.
HSL color Cylindrical-coordinate representation of color #276441: hue angle of 145.57º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #276441 is Cyan = 0.61, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 39 | 100 | 65 | - |
| CMYK | 0.61 | 0 | 0.35 | 0.61 |
| HSL | 145.57º | 0.44% | 0.27% | - |
| HSV(B) | 145.57º | 0.61% | 0.39% | - |
| XYZ | 6.35 | 9.93 | 6.58 | - |
| YUV | 77.77 | 120.79 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 100 | 65 | 0.61 | 0 | 0.35 | 0.61 | 145.57 | 0.44 | 0.27 |
| Hex | 27 | 64 | 41 | 3D | 0 | 23 | 3D | 92 | 2C | 1B |
| Octal | 47 | 144 | 101 | 75 | 0 | 43 | 75 | 222 | 54 | 33 |
| Binary | 100111 | 1100100 | 1000001 | 111101 | 0 | 100011 | 111101 | 10010010 | 101100 | 11011 |
Color Harmonies of #276441
Complementary color
Monochromatic Colors of #276441
Black with #276441
Text Example
Text Example
White with #276441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276441; }
p { color: rgb(39,100,65); }
H1.HeaderClassName
{
color: #276441;
}
.AnyTagClassName
{
color: #276441;
}
</style>
background-color css
<style>
a { background-color: #276441; }
a { background-color: rgb(39,100,65); }
div.DivClassName
{
background-color: #276441;
}
.BgClassName
{
background-color: #276441;
}
</style>
border-color css
<style>
span { border-color: #276441; }
span { border-color: rgb(39,100,65); }
td.TdClassName
{
border-color: #276441;
}
.TagClassName
{
border-color: #276441;
}
</style>