Shades of Sherwood Green #154030
Tints of Sherwood Green #154030
RGB
CMYK
RGB Variations
Color information
#154030 (or 0x154030) is known color: Sherwood Green. HEX triplet: 15, 40 and 30. RGB value is (21,64,48). Sum of RGB (Red+Green+Blue) = 21+64+48=133 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.79% from 133); Green value is 64 (25.39% from 255 or 48.12% from 133); Blue value is 48 (19.14% from 255 or 36.09% from 133); Max value from RGB is 64 - color contains mainly: green. Hex color #154030 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154030 is #EABFCF. Grayscale: #313131. Windows color (decimal): -15384528 or 3162133. OLE color: 3162133.
HSL color Cylindrical-coordinate representation of color #154030: hue angle of 157.67º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #154030 is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 64 | 48 | - |
| CMYK | 0.67 | 0 | 0.25 | 0.75 |
| HSL | 157.67º | 0.51% | 0.17% | - |
| HSV(B) | 157.67º | 0.67% | 0.25% | - |
| XYZ | 2.68 | 4.04 | 3.43 | - |
| YUV | 49.32 | 127.25 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 64 | 48 | 0.67 | 0 | 0.25 | 0.75 | 157.67 | 0.51 | 0.17 |
| Hex | 15 | 40 | 30 | 43 | 0 | 19 | 4B | 9E | 33 | 11 |
| Octal | 25 | 100 | 60 | 103 | 0 | 31 | 113 | 236 | 63 | 21 |
| Binary | 10101 | 1000000 | 110000 | 1000011 | 0 | 11001 | 1001011 | 10011110 | 110011 | 10001 |
Color Harmonies of #154030
Complementary color
Monochromatic Colors of #154030
Black with #154030
Text Example
Text Example
White with #154030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154030; }
p { color: rgb(21,64,48); }
H1.HeaderClassName
{
color: #154030;
}
.AnyTagClassName
{
color: #154030;
}
</style>
background-color css
<style>
a { background-color: #154030; }
a { background-color: rgb(21,64,48); }
div.DivClassName
{
background-color: #154030;
}
.BgClassName
{
background-color: #154030;
}
</style>
border-color css
<style>
span { border-color: #154030; }
span { border-color: rgb(21,64,48); }
td.TdClassName
{
border-color: #154030;
}
.TagClassName
{
border-color: #154030;
}
</style>