Shades of Dark Spring Green #1B8240
Tints of Dark Spring Green #1B8240
RGB
CMYK
RGB Variations
Color information
#1B8240 (or 0x1B8240) is known color: Dark Spring Green. HEX triplet: 1B, 82 and 40. RGB value is (27,130,64). Sum of RGB (Red+Green+Blue) = 27+130+64=221 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.22% from 221); Green value is 130 (51.17% from 255 or 58.82% from 221); Blue value is 64 (25.39% from 255 or 28.96% from 221); Max value from RGB is 130 - color contains mainly: green. Hex color #1B8240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B8240 is #E47DBF. Grayscale: #5B5B5B. Windows color (decimal): -14974400 or 4227611. OLE color: 4227611.
HSL color Cylindrical-coordinate representation of color #1B8240: hue angle of 141.55º degrees, saturation: 0.66, 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 #1B8240 is Cyan = 0.79, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 27 | 130 | 64 | - |
| CMYK | 0.79 | 0 | 0.51 | 0.49 |
| HSL | 141.55º | 0.66% | 0.31% | - |
| HSV(B) | 141.55º | 0.79% | 0.51% | - |
| XYZ | 9.36 | 16.57 | 7.56 | - |
| YUV | 91.68 | 112.38 | 81.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 130 | 64 | 0.79 | 0 | 0.51 | 0.49 | 141.55 | 0.66 | 0.31 |
| Hex | 1B | 82 | 40 | 4F | 0 | 33 | 31 | 8E | 42 | 1F |
| Octal | 33 | 202 | 100 | 117 | 0 | 63 | 61 | 216 | 102 | 37 |
| Binary | 11011 | 10000010 | 1000000 | 1001111 | 0 | 110011 | 110001 | 10001110 | 1000010 | 11111 |
Color Harmonies of #1B8240
Complementary color
Monochromatic Colors of #1B8240
Black with #1B8240
Text Example
Text Example
White with #1B8240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8240; }
p { color: rgb(27,130,64); }
H1.HeaderClassName
{
color: #1B8240;
}
.AnyTagClassName
{
color: #1B8240;
}
</style>
background-color css
<style>
a { background-color: #1B8240; }
a { background-color: rgb(27,130,64); }
div.DivClassName
{
background-color: #1B8240;
}
.BgClassName
{
background-color: #1B8240;
}
</style>
border-color css
<style>
span { border-color: #1B8240; }
span { border-color: rgb(27,130,64); }
td.TdClassName
{
border-color: #1B8240;
}
.TagClassName
{
border-color: #1B8240;
}
</style>