Shades of Dark Spring Green #007B2D
Tints of Dark Spring Green #007B2D
RGB
CMYK
RGB Variations
Color information
#007B2D (or 0x007B2D) is known color: Dark Spring Green. HEX triplet: 00, 7B and 2D. RGB value is (0,123,45). Sum of RGB (Red+Green+Blue) = 0+123+45=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 123 (48.44% from 255 or 73.21% from 168); Blue value is 45 (17.97% from 255 or 26.79% from 168); Max value from RGB is 123 - color contains mainly: green. Hex color #007B2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007B2D is #FF84D2. Grayscale: #4D4D4D. Windows color (decimal): -16745683 or 2980608. OLE color: 2980608.
HSL color Cylindrical-coordinate representation of color #007B2D: hue angle of 141.95º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007B2D is Cyan = 1, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 0 | 123 | 45 | - |
| CMYK | 1 | 0 | 0.63 | 0.52 |
| HSL | 141.95º | 1% | 0.24% | - |
| HSV(B) | 141.95º | 1% | 0.48% | - |
| XYZ | 7.56 | 14.36 | 4.86 | - |
| YUV | 77.33 | 109.75 | 72.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 123 | 45 | 1 | 0 | 0.63 | 0.52 | 141.95 | 1 | 0.24 |
| Hex | 0 | 7B | 2D | 64 | 0 | 3F | 34 | 8E | 64 | 18 |
| Octal | 0 | 173 | 55 | 144 | 0 | 77 | 64 | 216 | 144 | 30 |
| Binary | 0 | 1111011 | 101101 | 1100100 | 0 | 111111 | 110100 | 10001110 | 1100100 | 11000 |
Color Harmonies of #007B2D
Complementary color
Monochromatic Colors of #007B2D
Black with #007B2D
Text Example
Text Example
White with #007B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007B2D; }
p { color: rgb(0,123,45); }
H1.HeaderClassName
{
color: #007B2D;
}
.AnyTagClassName
{
color: #007B2D;
}
</style>
background-color css
<style>
a { background-color: #007B2D; }
a { background-color: rgb(0,123,45); }
div.DivClassName
{
background-color: #007B2D;
}
.BgClassName
{
background-color: #007B2D;
}
</style>
border-color css
<style>
span { border-color: #007B2D; }
span { border-color: rgb(0,123,45); }
td.TdClassName
{
border-color: #007B2D;
}
.TagClassName
{
border-color: #007B2D;
}
</style>