Shades of Dark Spring Green #1B734A
Tints of Dark Spring Green #1B734A
RGB
CMYK
RGB Variations
Color information
#1B734A (or 0x1B734A) is known color: Dark Spring Green. HEX triplet: 1B, 73 and 4A. RGB value is (27,115,74). Sum of RGB (Red+Green+Blue) = 27+115+74=216 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.5% from 216); Green value is 115 (45.31% from 255 or 53.24% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 115 - color contains mainly: green. Hex color #1B734A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B734A is #E48CB5. Grayscale: #545454. Windows color (decimal): -14978230 or 4879131. OLE color: 4879131.
HSL color Cylindrical-coordinate representation of color #1B734A: hue angle of 152.05º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B734A is Cyan = 0.77, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 27 | 115 | 74 | - |
| CMYK | 0.77 | 0 | 0.36 | 0.55 |
| HSL | 152.05º | 0.62% | 0.28% | - |
| HSV(B) | 152.05º | 0.77% | 0.45% | - |
| XYZ | 7.82 | 12.99 | 8.57 | - |
| YUV | 84.01 | 122.35 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 115 | 74 | 0.77 | 0 | 0.36 | 0.55 | 152.05 | 0.62 | 0.28 |
| Hex | 1B | 73 | 4A | 4D | 0 | 24 | 37 | 98 | 3E | 1C |
| Octal | 33 | 163 | 112 | 115 | 0 | 44 | 67 | 230 | 76 | 34 |
| Binary | 11011 | 1110011 | 1001010 | 1001101 | 0 | 100100 | 110111 | 10011000 | 111110 | 11100 |
Color Harmonies of #1B734A
Complementary color
Monochromatic Colors of #1B734A
Black with #1B734A
Text Example
Text Example
White with #1B734A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B734A; }
p { color: rgb(27,115,74); }
H1.HeaderClassName
{
color: #1B734A;
}
.AnyTagClassName
{
color: #1B734A;
}
</style>
background-color css
<style>
a { background-color: #1B734A; }
a { background-color: rgb(27,115,74); }
div.DivClassName
{
background-color: #1B734A;
}
.BgClassName
{
background-color: #1B734A;
}
</style>
border-color css
<style>
span { border-color: #1B734A; }
span { border-color: rgb(27,115,74); }
td.TdClassName
{
border-color: #1B734A;
}
.TagClassName
{
border-color: #1B734A;
}
</style>