Shades of Spectra #2F634E
Tints of Spectra #2F634E
RGB
CMYK
RGB Variations
Color information
#2F634E (or 0x2F634E) is known color: Spectra. HEX triplet: 2F, 63 and 4E. RGB value is (47,99,78). Sum of RGB (Red+Green+Blue) = 47+99+78=224 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.98% from 224); Green value is 99 (39.06% from 255 or 44.20% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 99 - color contains mainly: green. Hex color #2F634E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F634E is #D09CB1. Grayscale: #515151. Windows color (decimal): -13671602 or 5137199. OLE color: 5137199.
HSL color Cylindrical-coordinate representation of color #2F634E: hue angle of 155.77º 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 #2F634E is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 47 | 99 | 78 | - |
| CMYK | 0.53 | 0 | 0.21 | 0.61 |
| HSL | 155.77º | 0.36% | 0.29% | - |
| HSV(B) | 155.77º | 0.53% | 0.39% | - |
| XYZ | 7.01 | 10.08 | 8.78 | - |
| YUV | 81.06 | 126.27 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 99 | 78 | 0.53 | 0 | 0.21 | 0.61 | 155.77 | 0.36 | 0.29 |
| Hex | 2F | 63 | 4E | 35 | 0 | 15 | 3D | 9C | 24 | 1D |
| Octal | 57 | 143 | 116 | 65 | 0 | 25 | 75 | 234 | 44 | 35 |
| Binary | 101111 | 1100011 | 1001110 | 110101 | 0 | 10101 | 111101 | 10011100 | 100100 | 11101 |
Color Harmonies of #2F634E
Complementary color
Monochromatic Colors of #2F634E
Black with #2F634E
Text Example
Text Example
White with #2F634E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F634E; }
p { color: rgb(47,99,78); }
H1.HeaderClassName
{
color: #2F634E;
}
.AnyTagClassName
{
color: #2F634E;
}
</style>
background-color css
<style>
a { background-color: #2F634E; }
a { background-color: rgb(47,99,78); }
div.DivClassName
{
background-color: #2F634E;
}
.BgClassName
{
background-color: #2F634E;
}
</style>
border-color css
<style>
span { border-color: #2F634E; }
span { border-color: rgb(47,99,78); }
td.TdClassName
{
border-color: #2F634E;
}
.TagClassName
{
border-color: #2F634E;
}
</style>