Shades of Green #00751D
Tints of Green #00751D
RGB
CMYK
RGB Variations
Color information
#00751D (or 0x00751D) is known color: Green. HEX triplet: 00, 75 and 1D. RGB value is (0,117,29). Sum of RGB (Red+Green+Blue) = 0+117+29=146 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 146); Green value is 117 (46.09% from 255 or 80.14% from 146); Blue value is 29 (11.72% from 255 or 19.86% from 146); Max value from RGB is 117 - color contains mainly: green. Hex color #00751D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00751D is #FF8AE2. Grayscale: #484848. Windows color (decimal): -16747235 or 1930496. OLE color: 1930496.
HSL color Cylindrical-coordinate representation of color #00751D: hue angle of 134.87º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00751D is Cyan = 1, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 117 | 29 | - |
| CMYK | 1 | 0 | 0.75 | 0.54 |
| HSL | 134.87º | 1% | 0.23% | - |
| HSV(B) | 134.87º | 1% | 0.46% | - |
| XYZ | 6.58 | 12.81 | 3.29 | - |
| YUV | 71.99 | 103.74 | 76.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 117 | 29 | 1 | 0 | 0.75 | 0.54 | 134.87 | 1 | 0.23 |
| Hex | 0 | 75 | 1D | 64 | 0 | 4B | 36 | 87 | 64 | 17 |
| Octal | 0 | 165 | 35 | 144 | 0 | 113 | 66 | 207 | 144 | 27 |
| Binary | 0 | 1110101 | 11101 | 1100100 | 0 | 1001011 | 110110 | 10000111 | 1100100 | 10111 |
Color Harmonies of #00751D
Complementary color
Monochromatic Colors of #00751D
Black with #00751D
Text Example
Text Example
White with #00751D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00751D; }
p { color: rgb(0,117,29); }
H1.HeaderClassName
{
color: #00751D;
}
.AnyTagClassName
{
color: #00751D;
}
</style>
background-color css
<style>
a { background-color: #00751D; }
a { background-color: rgb(0,117,29); }
div.DivClassName
{
background-color: #00751D;
}
.BgClassName
{
background-color: #00751D;
}
</style>
border-color css
<style>
span { border-color: #00751D; }
span { border-color: rgb(0,117,29); }
td.TdClassName
{
border-color: #00751D;
}
.TagClassName
{
border-color: #00751D;
}
</style>