Shades of Dark Spring Green #03782D
Tints of Dark Spring Green #03782D
RGB
CMYK
RGB Variations
Color information
#03782D (or 0x03782D) is known color: Dark Spring Green. HEX triplet: 03, 78 and 2D. RGB value is (3,120,45). Sum of RGB (Red+Green+Blue) = 3+120+45=168 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.79% from 168); Green value is 120 (47.27% from 255 or 71.43% from 168); Blue value is 45 (17.97% from 255 or 26.79% from 168); Max value from RGB is 120 - color contains mainly: green. Hex color #03782D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03782D is #FC87D2. Grayscale: #4C4C4C. Windows color (decimal): -16549843 or 2979843. OLE color: 2979843.
HSL color Cylindrical-coordinate representation of color #03782D: hue angle of 141.54º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03782D is Cyan = 0.98, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 3 | 120 | 45 | - |
| CMYK | 0.98 | 0 | 0.63 | 0.53 |
| HSL | 141.54º | 0.95% | 0.24% | - |
| HSV(B) | 141.54º | 0.98% | 0.47% | - |
| XYZ | 7.23 | 13.64 | 4.73 | - |
| YUV | 76.47 | 110.24 | 75.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 120 | 45 | 0.98 | 0 | 0.63 | 0.53 | 141.54 | 0.95 | 0.24 |
| Hex | 3 | 78 | 2D | 62 | 0 | 3F | 35 | 8E | 5F | 18 |
| Octal | 3 | 170 | 55 | 142 | 0 | 77 | 65 | 216 | 137 | 30 |
| Binary | 11 | 1111000 | 101101 | 1100010 | 0 | 111111 | 110101 | 10001110 | 1011111 | 11000 |
Color Harmonies of #03782D
Complementary color
Monochromatic Colors of #03782D
Black with #03782D
Text Example
Text Example
White with #03782D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03782D; }
p { color: rgb(3,120,45); }
H1.HeaderClassName
{
color: #03782D;
}
.AnyTagClassName
{
color: #03782D;
}
</style>
background-color css
<style>
a { background-color: #03782D; }
a { background-color: rgb(3,120,45); }
div.DivClassName
{
background-color: #03782D;
}
.BgClassName
{
background-color: #03782D;
}
</style>
border-color css
<style>
span { border-color: #03782D; }
span { border-color: rgb(3,120,45); }
td.TdClassName
{
border-color: #03782D;
}
.TagClassName
{
border-color: #03782D;
}
</style>