Shades of Spectra #2F644E
Tints of Spectra #2F644E
RGB
CMYK
RGB Variations
Color information
#2F644E (or 0x2F644E) is known color: Spectra. HEX triplet: 2F, 64 and 4E. RGB value is (47,100,78). Sum of RGB (Red+Green+Blue) = 47+100+78=225 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.89% from 225); Green value is 100 (39.45% from 255 or 44.44% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 100 - color contains mainly: green. Hex color #2F644E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F644E is #D09BB1. Grayscale: #515151. Windows color (decimal): -13671346 or 5137455. OLE color: 5137455.
HSL color Cylindrical-coordinate representation of color #2F644E: hue angle of 155.09º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2F644E is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 47 | 100 | 78 | - |
| CMYK | 0.53 | 0 | 0.22 | 0.61 |
| HSL | 155.09º | 0.36% | 0.29% | - |
| HSV(B) | 155.09º | 0.53% | 0.39% | - |
| XYZ | 7.1 | 10.27 | 8.82 | - |
| YUV | 81.65 | 125.94 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 100 | 78 | 0.53 | 0 | 0.22 | 0.61 | 155.09 | 0.36 | 0.29 |
| Hex | 2F | 64 | 4E | 35 | 0 | 16 | 3D | 9B | 24 | 1D |
| Octal | 57 | 144 | 116 | 65 | 0 | 26 | 75 | 233 | 44 | 35 |
| Binary | 101111 | 1100100 | 1001110 | 110101 | 0 | 10110 | 111101 | 10011011 | 100100 | 11101 |
Color Harmonies of #2F644E
Complementary color
Monochromatic Colors of #2F644E
Black with #2F644E
Text Example
Text Example
White with #2F644E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F644E; }
p { color: rgb(47,100,78); }
H1.HeaderClassName
{
color: #2F644E;
}
.AnyTagClassName
{
color: #2F644E;
}
</style>
background-color css
<style>
a { background-color: #2F644E; }
a { background-color: rgb(47,100,78); }
div.DivClassName
{
background-color: #2F644E;
}
.BgClassName
{
background-color: #2F644E;
}
</style>
border-color css
<style>
span { border-color: #2F644E; }
span { border-color: rgb(47,100,78); }
td.TdClassName
{
border-color: #2F644E;
}
.TagClassName
{
border-color: #2F644E;
}
</style>