Shades of Green Pea #2F674C
Tints of Green Pea #2F674C
RGB
CMYK
RGB Variations
Color information
#2F674C (or 0x2F674C) is known color: Green Pea. HEX triplet: 2F, 67 and 4C. RGB value is (47,103,76). Sum of RGB (Red+Green+Blue) = 47+103+76=226 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.80% from 226); Green value is 103 (40.62% from 255 or 45.58% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 103 - color contains mainly: green. Hex color #2F674C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F674C is #D098B3. Grayscale: #535353. Windows color (decimal): -13670580 or 5007151. OLE color: 5007151.
HSL color Cylindrical-coordinate representation of color #2F674C: hue angle of 151.07º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2F674C is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 47 | 103 | 76 | - |
| CMYK | 0.54 | 0 | 0.26 | 0.60 |
| HSL | 151.07º | 0.37% | 0.29% | - |
| HSV(B) | 151.07º | 0.54% | 0.4% | - |
| XYZ | 7.33 | 10.83 | 8.54 | - |
| YUV | 83.18 | 123.95 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 103 | 76 | 0.54 | 0 | 0.26 | 0.60 | 151.07 | 0.37 | 0.29 |
| Hex | 2F | 67 | 4C | 36 | 0 | 1A | 3C | 97 | 25 | 1D |
| Octal | 57 | 147 | 114 | 66 | 0 | 32 | 74 | 227 | 45 | 35 |
| Binary | 101111 | 1100111 | 1001100 | 110110 | 0 | 11010 | 111100 | 10010111 | 100101 | 11101 |
Color Harmonies of #2F674C
Complementary color
Monochromatic Colors of #2F674C
Black with #2F674C
Text Example
Text Example
White with #2F674C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F674C; }
p { color: rgb(47,103,76); }
H1.HeaderClassName
{
color: #2F674C;
}
.AnyTagClassName
{
color: #2F674C;
}
</style>
background-color css
<style>
a { background-color: #2F674C; }
a { background-color: rgb(47,103,76); }
div.DivClassName
{
background-color: #2F674C;
}
.BgClassName
{
background-color: #2F674C;
}
</style>
border-color css
<style>
span { border-color: #2F674C; }
span { border-color: rgb(47,103,76); }
td.TdClassName
{
border-color: #2F674C;
}
.TagClassName
{
border-color: #2F674C;
}
</style>