Shades of Dark Spring Green #01832F
Tints of Dark Spring Green #01832F
RGB
CMYK
RGB Variations
Color information
#01832F (or 0x01832F) is known color: Dark Spring Green. HEX triplet: 01, 83 and 2F. RGB value is (1,131,47). Sum of RGB (Red+Green+Blue) = 1+131+47=179 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 179); Green value is 131 (51.56% from 255 or 73.18% from 179); Blue value is 47 (18.75% from 255 or 26.26% from 179); Max value from RGB is 131 - color contains mainly: green. Hex color #01832F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01832F is #FE7CD0. Grayscale: #525252. Windows color (decimal): -16678097 or 3113729. OLE color: 3113729.
HSL color Cylindrical-coordinate representation of color #01832F: hue angle of 141.23º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01832F is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 131 | 47 | - |
| CMYK | 0.99 | 0 | 0.64 | 0.49 |
| HSL | 141.23º | 0.98% | 0.26% | - |
| HSV(B) | 141.23º | 0.99% | 0.51% | - |
| XYZ | 8.64 | 16.44 | 5.41 | - |
| YUV | 82.55 | 107.93 | 69.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 131 | 47 | 0.99 | 0 | 0.64 | 0.49 | 141.23 | 0.98 | 0.26 |
| Hex | 1 | 83 | 2F | 63 | 0 | 40 | 31 | 8D | 62 | 1A |
| Octal | 1 | 203 | 57 | 143 | 0 | 100 | 61 | 215 | 142 | 32 |
| Binary | 1 | 10000011 | 101111 | 1100011 | 0 | 1000000 | 110001 | 10001101 | 1100010 | 11010 |
Color Harmonies of #01832F
Complementary color
Monochromatic Colors of #01832F
Black with #01832F
Text Example
Text Example
White with #01832F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01832F; }
p { color: rgb(1,131,47); }
H1.HeaderClassName
{
color: #01832F;
}
.AnyTagClassName
{
color: #01832F;
}
</style>
background-color css
<style>
a { background-color: #01832F; }
a { background-color: rgb(1,131,47); }
div.DivClassName
{
background-color: #01832F;
}
.BgClassName
{
background-color: #01832F;
}
</style>
border-color css
<style>
span { border-color: #01832F; }
span { border-color: rgb(1,131,47); }
td.TdClassName
{
border-color: #01832F;
}
.TagClassName
{
border-color: #01832F;
}
</style>