Shades of Spectra #2F6652
Tints of Spectra #2F6652
RGB
CMYK
RGB Variations
Color information
#2F6652 (or 0x2F6652) is known color: Spectra. HEX triplet: 2F, 66 and 52. RGB value is (47,102,82). Sum of RGB (Red+Green+Blue) = 47+102+82=231 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.35% from 231); Green value is 102 (40.23% from 255 or 44.16% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 102 - color contains mainly: green. Hex color #2F6652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6652 is #D099AD. Grayscale: #535353. Windows color (decimal): -13670830 or 5400111. OLE color: 5400111.
HSL color Cylindrical-coordinate representation of color #2F6652: hue angle of 158.18º 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 #2F6652 is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 47 | 102 | 82 | - |
| CMYK | 0.54 | 0 | 0.20 | 0.6 |
| HSL | 158.18º | 0.37% | 0.29% | - |
| HSV(B) | 158.18º | 0.54% | 0.4% | - |
| XYZ | 7.45 | 10.72 | 9.66 | - |
| YUV | 83.28 | 127.28 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 102 | 82 | 0.54 | 0 | 0.20 | 0.6 | 158.18 | 0.37 | 0.29 |
| Hex | 2F | 66 | 52 | 36 | 0 | 14 | 3C | 9E | 25 | 1D |
| Octal | 57 | 146 | 122 | 66 | 0 | 24 | 74 | 236 | 45 | 35 |
| Binary | 101111 | 1100110 | 1010010 | 110110 | 0 | 10100 | 111100 | 10011110 | 100101 | 11101 |
Color Harmonies of #2F6652
Complementary color
Monochromatic Colors of #2F6652
Black with #2F6652
Text Example
Text Example
White with #2F6652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6652; }
p { color: rgb(47,102,82); }
H1.HeaderClassName
{
color: #2F6652;
}
.AnyTagClassName
{
color: #2F6652;
}
</style>
background-color css
<style>
a { background-color: #2F6652; }
a { background-color: rgb(47,102,82); }
div.DivClassName
{
background-color: #2F6652;
}
.BgClassName
{
background-color: #2F6652;
}
</style>
border-color css
<style>
span { border-color: #2F6652; }
span { border-color: rgb(47,102,82); }
td.TdClassName
{
border-color: #2F6652;
}
.TagClassName
{
border-color: #2F6652;
}
</style>