Shades of Dark Spring Green #01833C
Tints of Dark Spring Green #01833C
RGB
CMYK
RGB Variations
Color information
#01833C (or 0x01833C) is known color: Dark Spring Green. HEX triplet: 01, 83 and 3C. RGB value is (1,131,60). Sum of RGB (Red+Green+Blue) = 1+131+60=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 131 (51.56% from 255 or 68.23% from 192); Blue value is 60 (23.83% from 255 or 31.25% from 192); Max value from RGB is 131 - color contains mainly: green. Hex color #01833C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01833C is #FE7CC3. Grayscale: #545454. Windows color (decimal): -16678084 or 3965697. OLE color: 3965697.
HSL color Cylindrical-coordinate representation of color #01833C: hue angle of 147.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 #01833C is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 131 | 60 | - |
| CMYK | 0.99 | 0 | 0.54 | 0.49 |
| HSL | 147.23º | 0.98% | 0.26% | - |
| HSV(B) | 147.23º | 0.99% | 0.51% | - |
| XYZ | 8.94 | 16.57 | 7 | - |
| YUV | 84.04 | 114.43 | 68.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 131 | 60 | 0.99 | 0 | 0.54 | 0.49 | 147.23 | 0.98 | 0.26 |
| Hex | 1 | 83 | 3C | 63 | 0 | 36 | 31 | 93 | 62 | 1A |
| Octal | 1 | 203 | 74 | 143 | 0 | 66 | 61 | 223 | 142 | 32 |
| Binary | 1 | 10000011 | 111100 | 1100011 | 0 | 110110 | 110001 | 10010011 | 1100010 | 11010 |
Color Harmonies of #01833C
Complementary color
Monochromatic Colors of #01833C
Black with #01833C
Text Example
Text Example
White with #01833C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01833C; }
p { color: rgb(1,131,60); }
H1.HeaderClassName
{
color: #01833C;
}
.AnyTagClassName
{
color: #01833C;
}
</style>
background-color css
<style>
a { background-color: #01833C; }
a { background-color: rgb(1,131,60); }
div.DivClassName
{
background-color: #01833C;
}
.BgClassName
{
background-color: #01833C;
}
</style>
border-color css
<style>
span { border-color: #01833C; }
span { border-color: rgb(1,131,60); }
td.TdClassName
{
border-color: #01833C;
}
.TagClassName
{
border-color: #01833C;
}
</style>