Shades of Dark Spring Green #1B8141
Tints of Dark Spring Green #1B8141
RGB
CMYK
RGB Variations
Color information
#1B8141 (or 0x1B8141) is known color: Dark Spring Green. HEX triplet: 1B, 81 and 41. RGB value is (27,129,65). Sum of RGB (Red+Green+Blue) = 27+129+65=221 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.22% from 221); Green value is 129 (50.78% from 255 or 58.37% from 221); Blue value is 65 (25.78% from 255 or 29.41% from 221); Max value from RGB is 129 - color contains mainly: green. Hex color #1B8141 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B8141 is #E47EBE. Grayscale: #5B5B5B. Windows color (decimal): -14974655 or 4292891. OLE color: 4292891.
HSL color Cylindrical-coordinate representation of color #1B8141: hue angle of 142.35º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B8141 is Cyan = 0.79, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 27 | 129 | 65 | - |
| CMYK | 0.79 | 0 | 0.50 | 0.49 |
| HSL | 142.35º | 0.65% | 0.31% | - |
| HSV(B) | 142.35º | 0.79% | 0.51% | - |
| XYZ | 9.26 | 16.32 | 7.66 | - |
| YUV | 91.21 | 113.21 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 129 | 65 | 0.79 | 0 | 0.50 | 0.49 | 142.35 | 0.65 | 0.31 |
| Hex | 1B | 81 | 41 | 4F | 0 | 32 | 31 | 8E | 41 | 1F |
| Octal | 33 | 201 | 101 | 117 | 0 | 62 | 61 | 216 | 101 | 37 |
| Binary | 11011 | 10000001 | 1000001 | 1001111 | 0 | 110010 | 110001 | 10001110 | 1000001 | 11111 |
Color Harmonies of #1B8141
Complementary color
Monochromatic Colors of #1B8141
Black with #1B8141
Text Example
Text Example
White with #1B8141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8141; }
p { color: rgb(27,129,65); }
H1.HeaderClassName
{
color: #1B8141;
}
.AnyTagClassName
{
color: #1B8141;
}
</style>
background-color css
<style>
a { background-color: #1B8141; }
a { background-color: rgb(27,129,65); }
div.DivClassName
{
background-color: #1B8141;
}
.BgClassName
{
background-color: #1B8141;
}
</style>
border-color css
<style>
span { border-color: #1B8141; }
span { border-color: rgb(27,129,65); }
td.TdClassName
{
border-color: #1B8141;
}
.TagClassName
{
border-color: #1B8141;
}
</style>