Shades of Green Pea #276945
Tints of Green Pea #276945
RGB
CMYK
RGB Variations
Color information
#276945 (or 0x276945) is known color: Green Pea. HEX triplet: 27, 69 and 45. RGB value is (39,105,69). Sum of RGB (Red+Green+Blue) = 39+105+69=213 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.31% from 213); Green value is 105 (41.41% from 255 or 49.30% from 213); Blue value is 69 (27.34% from 255 or 32.39% from 213); Max value from RGB is 105 - color contains mainly: green. Hex color #276945 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276945 is #D896BA. Grayscale: #515151. Windows color (decimal): -14194363 or 4548903. OLE color: 4548903.
HSL color Cylindrical-coordinate representation of color #276945: hue angle of 147.27º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #276945 is Cyan = 0.63, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 39 | 105 | 69 | - |
| CMYK | 0.63 | 0 | 0.34 | 0.59 |
| HSL | 147.27º | 0.46% | 0.28% | - |
| HSV(B) | 147.27º | 0.63% | 0.41% | - |
| XYZ | 6.96 | 10.96 | 7.38 | - |
| YUV | 81.16 | 121.13 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 105 | 69 | 0.63 | 0 | 0.34 | 0.59 | 147.27 | 0.46 | 0.28 |
| Hex | 27 | 69 | 45 | 3F | 0 | 22 | 3B | 93 | 2E | 1C |
| Octal | 47 | 151 | 105 | 77 | 0 | 42 | 73 | 223 | 56 | 34 |
| Binary | 100111 | 1101001 | 1000101 | 111111 | 0 | 100010 | 111011 | 10010011 | 101110 | 11100 |
Color Harmonies of #276945
Complementary color
Monochromatic Colors of #276945
Black with #276945
Text Example
Text Example
White with #276945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276945; }
p { color: rgb(39,105,69); }
H1.HeaderClassName
{
color: #276945;
}
.AnyTagClassName
{
color: #276945;
}
</style>
background-color css
<style>
a { background-color: #276945; }
a { background-color: rgb(39,105,69); }
div.DivClassName
{
background-color: #276945;
}
.BgClassName
{
background-color: #276945;
}
</style>
border-color css
<style>
span { border-color: #276945; }
span { border-color: rgb(39,105,69); }
td.TdClassName
{
border-color: #276945;
}
.TagClassName
{
border-color: #276945;
}
</style>