Shades of Dark Spring Green #03822F
Tints of Dark Spring Green #03822F
RGB
CMYK
RGB Variations
Color information
#03822F (or 0x03822F) is known color: Dark Spring Green. HEX triplet: 03, 82 and 2F. RGB value is (3,130,47). Sum of RGB (Red+Green+Blue) = 3+130+47=180 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.67% from 180); Green value is 130 (51.17% from 255 or 72.22% from 180); Blue value is 47 (18.75% from 255 or 26.11% from 180); Max value from RGB is 130 - color contains mainly: green. Hex color #03822F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03822F is #FC7DD0. Grayscale: #525252. Windows color (decimal): -16547281 or 3113475. OLE color: 3113475.
HSL color Cylindrical-coordinate representation of color #03822F: hue angle of 140.79º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03822F is Cyan = 0.98, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 130 | 47 | - |
| CMYK | 0.98 | 0 | 0.64 | 0.49 |
| HSL | 140.79º | 0.95% | 0.26% | - |
| HSV(B) | 140.79º | 0.98% | 0.51% | - |
| XYZ | 8.53 | 16.19 | 5.36 | - |
| YUV | 82.57 | 107.92 | 71.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 130 | 47 | 0.98 | 0 | 0.64 | 0.49 | 140.79 | 0.95 | 0.26 |
| Hex | 3 | 82 | 2F | 62 | 0 | 40 | 31 | 8D | 5F | 1A |
| Octal | 3 | 202 | 57 | 142 | 0 | 100 | 61 | 215 | 137 | 32 |
| Binary | 11 | 10000010 | 101111 | 1100010 | 0 | 1000000 | 110001 | 10001101 | 1011111 | 11010 |
Color Harmonies of #03822F
Complementary color
Monochromatic Colors of #03822F
Black with #03822F
Text Example
Text Example
White with #03822F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03822F; }
p { color: rgb(3,130,47); }
H1.HeaderClassName
{
color: #03822F;
}
.AnyTagClassName
{
color: #03822F;
}
</style>
background-color css
<style>
a { background-color: #03822F; }
a { background-color: rgb(3,130,47); }
div.DivClassName
{
background-color: #03822F;
}
.BgClassName
{
background-color: #03822F;
}
</style>
border-color css
<style>
span { border-color: #03822F; }
span { border-color: rgb(3,130,47); }
td.TdClassName
{
border-color: #03822F;
}
.TagClassName
{
border-color: #03822F;
}
</style>