Shades of Green Pea #276E4A
Tints of Green Pea #276E4A
RGB
CMYK
RGB Variations
Color information
#276E4A (or 0x276E4A) is known color: Green Pea. HEX triplet: 27, 6E and 4A. RGB value is (39,110,74). Sum of RGB (Red+Green+Blue) = 39+110+74=223 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.49% from 223); Green value is 110 (43.36% from 255 or 49.33% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 110 - color contains mainly: green. Hex color #276E4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276E4A is #D891B5. Grayscale: #545454. Windows color (decimal): -14193078 or 4877863. OLE color: 4877863.
HSL color Cylindrical-coordinate representation of color #276E4A: hue angle of 149.58º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #276E4A is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 39 | 110 | 74 | - |
| CMYK | 0.65 | 0 | 0.33 | 0.57 |
| HSL | 149.58º | 0.48% | 0.29% | - |
| HSV(B) | 149.58º | 0.65% | 0.43% | - |
| XYZ | 7.65 | 12.08 | 8.41 | - |
| YUV | 84.67 | 121.98 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 110 | 74 | 0.65 | 0 | 0.33 | 0.57 | 149.58 | 0.48 | 0.29 |
| Hex | 27 | 6E | 4A | 41 | 0 | 21 | 39 | 96 | 30 | 1D |
| Octal | 47 | 156 | 112 | 101 | 0 | 41 | 71 | 226 | 60 | 35 |
| Binary | 100111 | 1101110 | 1001010 | 1000001 | 0 | 100001 | 111001 | 10010110 | 110000 | 11101 |
Color Harmonies of #276E4A
Complementary color
Monochromatic Colors of #276E4A
Black with #276E4A
Text Example
Text Example
White with #276E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276E4A; }
p { color: rgb(39,110,74); }
H1.HeaderClassName
{
color: #276E4A;
}
.AnyTagClassName
{
color: #276E4A;
}
</style>
background-color css
<style>
a { background-color: #276E4A; }
a { background-color: rgb(39,110,74); }
div.DivClassName
{
background-color: #276E4A;
}
.BgClassName
{
background-color: #276E4A;
}
</style>
border-color css
<style>
span { border-color: #276E4A; }
span { border-color: rgb(39,110,74); }
td.TdClassName
{
border-color: #276E4A;
}
.TagClassName
{
border-color: #276E4A;
}
</style>