Shades of Dark Spring Green #01803C
Tints of Dark Spring Green #01803C
RGB
CMYK
RGB Variations
Color information
#01803C (or 0x01803C) is known color: Dark Spring Green. HEX triplet: 01, 80 and 3C. RGB value is (1,128,60). Sum of RGB (Red+Green+Blue) = 1+128+60=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 128 (50.39% from 255 or 67.72% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 128 - color contains mainly: green. Hex color #01803C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01803C is #FE7FC3. Grayscale: #525252. Windows color (decimal): -16678852 or 3964929. OLE color: 3964929.
HSL color Cylindrical-coordinate representation of color #01803C: hue angle of 147.87º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01803C is Cyan = 0.99, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 128 | 60 | - |
| CMYK | 0.99 | 0 | 0.53 | 0.50 |
| HSL | 147.87º | 0.98% | 0.25% | - |
| HSV(B) | 147.87º | 0.99% | 0.5% | - |
| XYZ | 8.55 | 15.77 | 6.87 | - |
| YUV | 82.28 | 115.42 | 70.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 128 | 60 | 0.99 | 0 | 0.53 | 0.50 | 147.87 | 0.98 | 0.25 |
| Hex | 1 | 80 | 3C | 63 | 0 | 35 | 32 | 94 | 62 | 19 |
| Octal | 1 | 200 | 74 | 143 | 0 | 65 | 62 | 224 | 142 | 31 |
| Binary | 1 | 10000000 | 111100 | 1100011 | 0 | 110101 | 110010 | 10010100 | 1100010 | 11001 |
Color Harmonies of #01803C
Complementary color
Monochromatic Colors of #01803C
Black with #01803C
Text Example
Text Example
White with #01803C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01803C; }
p { color: rgb(1,128,60); }
H1.HeaderClassName
{
color: #01803C;
}
.AnyTagClassName
{
color: #01803C;
}
</style>
background-color css
<style>
a { background-color: #01803C; }
a { background-color: rgb(1,128,60); }
div.DivClassName
{
background-color: #01803C;
}
.BgClassName
{
background-color: #01803C;
}
</style>
border-color css
<style>
span { border-color: #01803C; }
span { border-color: rgb(1,128,60); }
td.TdClassName
{
border-color: #01803C;
}
.TagClassName
{
border-color: #01803C;
}
</style>