Shades of Green Pea #276F4C
Tints of Green Pea #276F4C
RGB
CMYK
RGB Variations
Color information
#276F4C (or 0x276F4C) is known color: Green Pea. HEX triplet: 27, 6F and 4C. RGB value is (39,111,76). Sum of RGB (Red+Green+Blue) = 39+111+76=226 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.26% from 226); Green value is 111 (43.75% from 255 or 49.12% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 111 - color contains mainly: green. Hex color #276F4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276F4C is #D890B3. Grayscale: #555555. Windows color (decimal): -14192820 or 5009191. OLE color: 5009191.
HSL color Cylindrical-coordinate representation of color #276F4C: hue angle of 150.83º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #276F4C is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 39 | 111 | 76 | - |
| CMYK | 0.65 | 0 | 0.32 | 0.56 |
| HSL | 150.83º | 0.48% | 0.29% | - |
| HSV(B) | 150.83º | 0.65% | 0.44% | - |
| XYZ | 7.83 | 12.32 | 8.8 | - |
| YUV | 85.48 | 122.65 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 111 | 76 | 0.65 | 0 | 0.32 | 0.56 | 150.83 | 0.48 | 0.29 |
| Hex | 27 | 6F | 4C | 41 | 0 | 20 | 38 | 97 | 30 | 1D |
| Octal | 47 | 157 | 114 | 101 | 0 | 40 | 70 | 227 | 60 | 35 |
| Binary | 100111 | 1101111 | 1001100 | 1000001 | 0 | 100000 | 111000 | 10010111 | 110000 | 11101 |
Color Harmonies of #276F4C
Complementary color
Monochromatic Colors of #276F4C
Black with #276F4C
Text Example
Text Example
White with #276F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276F4C; }
p { color: rgb(39,111,76); }
H1.HeaderClassName
{
color: #276F4C;
}
.AnyTagClassName
{
color: #276F4C;
}
</style>
background-color css
<style>
a { background-color: #276F4C; }
a { background-color: rgb(39,111,76); }
div.DivClassName
{
background-color: #276F4C;
}
.BgClassName
{
background-color: #276F4C;
}
</style>
border-color css
<style>
span { border-color: #276F4C; }
span { border-color: rgb(39,111,76); }
td.TdClassName
{
border-color: #276F4C;
}
.TagClassName
{
border-color: #276F4C;
}
</style>