Shades of Green Pea #276D4A
Tints of Green Pea #276D4A
RGB
CMYK
RGB Variations
Color information
#276D4A (or 0x276D4A) is known color: Green Pea. HEX triplet: 27, 6D and 4A. RGB value is (39,109,74). Sum of RGB (Red+Green+Blue) = 39+109+74=222 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.57% from 222); Green value is 109 (42.97% from 255 or 49.10% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 109 - color contains mainly: green. Hex color #276D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276D4A is #D892B5. Grayscale: #545454. Windows color (decimal): -14193334 or 4877607. OLE color: 4877607.
HSL color Cylindrical-coordinate representation of color #276D4A: hue angle of 150º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #276D4A is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 39 | 109 | 74 | - |
| CMYK | 0.64 | 0 | 0.32 | 0.57 |
| HSL | 150º | 0.47% | 0.29% | - |
| HSV(B) | 150º | 0.64% | 0.43% | - |
| XYZ | 7.54 | 11.86 | 8.37 | - |
| YUV | 84.08 | 122.31 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 109 | 74 | 0.64 | 0 | 0.32 | 0.57 | 150 | 0.47 | 0.29 |
| Hex | 27 | 6D | 4A | 40 | 0 | 20 | 39 | 96 | 2F | 1D |
| Octal | 47 | 155 | 112 | 100 | 0 | 40 | 71 | 226 | 57 | 35 |
| Binary | 100111 | 1101101 | 1001010 | 1000000 | 0 | 100000 | 111001 | 10010110 | 101111 | 11101 |
Color Harmonies of #276D4A
Complementary color
Monochromatic Colors of #276D4A
Black with #276D4A
Text Example
Text Example
White with #276D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276D4A; }
p { color: rgb(39,109,74); }
H1.HeaderClassName
{
color: #276D4A;
}
.AnyTagClassName
{
color: #276D4A;
}
</style>
background-color css
<style>
a { background-color: #276D4A; }
a { background-color: rgb(39,109,74); }
div.DivClassName
{
background-color: #276D4A;
}
.BgClassName
{
background-color: #276D4A;
}
</style>
border-color css
<style>
span { border-color: #276D4A; }
span { border-color: rgb(39,109,74); }
td.TdClassName
{
border-color: #276D4A;
}
.TagClassName
{
border-color: #276D4A;
}
</style>