Shades of Green Pea #277245
Tints of Green Pea #277245
RGB
CMYK
RGB Variations
Color information
#277245 (or 0x277245) is known color: Green Pea. HEX triplet: 27, 72 and 45. RGB value is (39,114,69). Sum of RGB (Red+Green+Blue) = 39+114+69=222 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.57% from 222); Green value is 114 (44.92% from 255 or 51.35% from 222); Blue value is 69 (27.34% from 255 or 31.08% from 222); Max value from RGB is 114 - color contains mainly: green. Hex color #277245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277245 is #D88DBA. Grayscale: #565656. Windows color (decimal): -14192059 or 4551207. OLE color: 4551207.
HSL color Cylindrical-coordinate representation of color #277245: hue angle of 144º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #277245 is Cyan = 0.66, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 39 | 114 | 69 | - |
| CMYK | 0.66 | 0 | 0.39 | 0.55 |
| HSL | 144º | 0.49% | 0.3% | - |
| HSV(B) | 144º | 0.66% | 0.45% | - |
| XYZ | 7.93 | 12.9 | 7.7 | - |
| YUV | 86.45 | 118.15 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 114 | 69 | 0.66 | 0 | 0.39 | 0.55 | 144 | 0.49 | 0.3 |
| Hex | 27 | 72 | 45 | 42 | 0 | 27 | 37 | 90 | 31 | 1E |
| Octal | 47 | 162 | 105 | 102 | 0 | 47 | 67 | 220 | 61 | 36 |
| Binary | 100111 | 1110010 | 1000101 | 1000010 | 0 | 100111 | 110111 | 10010000 | 110001 | 11110 |
Color Harmonies of #277245
Complementary color
Monochromatic Colors of #277245
Black with #277245
Text Example
Text Example
White with #277245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277245; }
p { color: rgb(39,114,69); }
H1.HeaderClassName
{
color: #277245;
}
.AnyTagClassName
{
color: #277245;
}
</style>
background-color css
<style>
a { background-color: #277245; }
a { background-color: rgb(39,114,69); }
div.DivClassName
{
background-color: #277245;
}
.BgClassName
{
background-color: #277245;
}
</style>
border-color css
<style>
span { border-color: #277245; }
span { border-color: rgb(39,114,69); }
td.TdClassName
{
border-color: #277245;
}
.TagClassName
{
border-color: #277245;
}
</style>