Shades of Dark Spring Green #07823D
Tints of Dark Spring Green #07823D
RGB
CMYK
RGB Variations
Color information
#07823D (or 0x07823D) is known color: Dark Spring Green. HEX triplet: 07, 82 and 3D. RGB value is (7,130,61). Sum of RGB (Red+Green+Blue) = 7+130+61=198 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.54% from 198); Green value is 130 (51.17% from 255 or 65.66% from 198); Blue value is 61 (24.22% from 255 or 30.81% from 198); Max value from RGB is 130 - color contains mainly: green. Hex color #07823D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07823D is #F87DC2. Grayscale: #555555. Windows color (decimal): -16285123 or 4030983. OLE color: 4030983.
HSL color Cylindrical-coordinate representation of color #07823D: hue angle of 146.34º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07823D is Cyan = 0.95, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 130 | 61 | - |
| CMYK | 0.95 | 0 | 0.53 | 0.49 |
| HSL | 146.34º | 0.9% | 0.27% | - |
| HSV(B) | 146.34º | 0.95% | 0.51% | - |
| XYZ | 8.91 | 16.35 | 7.1 | - |
| YUV | 85.36 | 114.25 | 72.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 130 | 61 | 0.95 | 0 | 0.53 | 0.49 | 146.34 | 0.9 | 0.27 |
| Hex | 7 | 82 | 3D | 5F | 0 | 35 | 31 | 92 | 5A | 1B |
| Octal | 7 | 202 | 75 | 137 | 0 | 65 | 61 | 222 | 132 | 33 |
| Binary | 111 | 10000010 | 111101 | 1011111 | 0 | 110101 | 110001 | 10010010 | 1011010 | 11011 |
Color Harmonies of #07823D
Complementary color
Monochromatic Colors of #07823D
Black with #07823D
Text Example
Text Example
White with #07823D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07823D; }
p { color: rgb(7,130,61); }
H1.HeaderClassName
{
color: #07823D;
}
.AnyTagClassName
{
color: #07823D;
}
</style>
background-color css
<style>
a { background-color: #07823D; }
a { background-color: rgb(7,130,61); }
div.DivClassName
{
background-color: #07823D;
}
.BgClassName
{
background-color: #07823D;
}
</style>
border-color css
<style>
span { border-color: #07823D; }
span { border-color: rgb(7,130,61); }
td.TdClassName
{
border-color: #07823D;
}
.TagClassName
{
border-color: #07823D;
}
</style>