Shades of Dark Spring Green #1B853D
Tints of Dark Spring Green #1B853D
RGB
CMYK
RGB Variations
Color information
#1B853D (or 0x1B853D) is known color: Dark Spring Green. HEX triplet: 1B, 85 and 3D. RGB value is (27,133,61). Sum of RGB (Red+Green+Blue) = 27+133+61=221 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.22% from 221); Green value is 133 (52.34% from 255 or 60.18% from 221); Blue value is 61 (24.22% from 255 or 27.60% from 221); Max value from RGB is 133 - color contains mainly: green. Hex color #1B853D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B853D is #E47AC2. Grayscale: #5D5D5D. Windows color (decimal): -14973635 or 4031771. OLE color: 4031771.
HSL color Cylindrical-coordinate representation of color #1B853D: hue angle of 139.25º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B853D is Cyan = 0.80, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 27 | 133 | 61 | - |
| CMYK | 0.80 | 0 | 0.54 | 0.48 |
| HSL | 139.25º | 0.66% | 0.31% | - |
| HSV(B) | 139.25º | 0.8% | 0.52% | - |
| XYZ | 9.68 | 17.34 | 7.25 | - |
| YUV | 93.1 | 109.88 | 80.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 133 | 61 | 0.80 | 0 | 0.54 | 0.48 | 139.25 | 0.66 | 0.31 |
| Hex | 1B | 85 | 3D | 50 | 0 | 36 | 30 | 8B | 42 | 1F |
| Octal | 33 | 205 | 75 | 120 | 0 | 66 | 60 | 213 | 102 | 37 |
| Binary | 11011 | 10000101 | 111101 | 1010000 | 0 | 110110 | 110000 | 10001011 | 1000010 | 11111 |
Color Harmonies of #1B853D
Complementary color
Monochromatic Colors of #1B853D
Black with #1B853D
Text Example
Text Example
White with #1B853D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B853D; }
p { color: rgb(27,133,61); }
H1.HeaderClassName
{
color: #1B853D;
}
.AnyTagClassName
{
color: #1B853D;
}
</style>
background-color css
<style>
a { background-color: #1B853D; }
a { background-color: rgb(27,133,61); }
div.DivClassName
{
background-color: #1B853D;
}
.BgClassName
{
background-color: #1B853D;
}
</style>
border-color css
<style>
span { border-color: #1B853D; }
span { border-color: rgb(27,133,61); }
td.TdClassName
{
border-color: #1B853D;
}
.TagClassName
{
border-color: #1B853D;
}
</style>