Shades of Jewel #007035
Tints of Jewel #007035
RGB
CMYK
RGB Variations
Color information
#007035 (or 0x007035) is known color: Jewel. HEX triplet: 00, 70 and 35. RGB value is (0,112,53). Sum of RGB (Red+Green+Blue) = 0+112+53=165 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 165); Green value is 112 (44.14% from 255 or 67.88% from 165); Blue value is 53 (21.09% from 255 or 32.12% from 165); Max value from RGB is 112 - color contains mainly: green. Hex color #007035 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007035 is #FF8FCA. Grayscale: #474747. Windows color (decimal): -16748491 or 3502080. OLE color: 3502080.
HSL color Cylindrical-coordinate representation of color #007035: hue angle of 148.39º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007035 is Cyan = 1, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 112 | 53 | - |
| CMYK | 1 | 0 | 0.53 | 0.56 |
| HSL | 148.39º | 1% | 0.22% | - |
| HSV(B) | 148.39º | 1% | 0.44% | - |
| XYZ | 6.44 | 11.85 | 5.32 | - |
| YUV | 71.79 | 117.39 | 76.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 112 | 53 | 1 | 0 | 0.53 | 0.56 | 148.39 | 1 | 0.22 |
| Hex | 0 | 70 | 35 | 64 | 0 | 35 | 38 | 94 | 64 | 16 |
| Octal | 0 | 160 | 65 | 144 | 0 | 65 | 70 | 224 | 144 | 26 |
| Binary | 0 | 1110000 | 110101 | 1100100 | 0 | 110101 | 111000 | 10010100 | 1100100 | 10110 |
Color Harmonies of #007035
Complementary color
Monochromatic Colors of #007035
Black with #007035
Text Example
Text Example
White with #007035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007035; }
p { color: rgb(0,112,53); }
H1.HeaderClassName
{
color: #007035;
}
.AnyTagClassName
{
color: #007035;
}
</style>
background-color css
<style>
a { background-color: #007035; }
a { background-color: rgb(0,112,53); }
div.DivClassName
{
background-color: #007035;
}
.BgClassName
{
background-color: #007035;
}
</style>
border-color css
<style>
span { border-color: #007035; }
span { border-color: rgb(0,112,53); }
td.TdClassName
{
border-color: #007035;
}
.TagClassName
{
border-color: #007035;
}
</style>