Shades of Sherwood Green #133B30
Tints of Sherwood Green #133B30
RGB
CMYK
RGB Variations
Color information
#133B30 (or 0x133B30) is known color: Sherwood Green. HEX triplet: 13, 3B and 30. RGB value is (19,59,48). Sum of RGB (Red+Green+Blue) = 19+59+48=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 59 (23.44% from 255 or 46.83% from 126); Blue value is 48 (19.14% from 255 or 38.10% from 126); Max value from RGB is 59 - color contains mainly: green. Hex color #133B30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133B30 is #ECC4CF. Grayscale: #2D2D2D. Windows color (decimal): -15516880 or 3160851. OLE color: 3160851.
HSL color Cylindrical-coordinate representation of color #133B30: hue angle of 163.5º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #133B30 is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 19 | 59 | 48 | - |
| CMYK | 0.68 | 0 | 0.19 | 0.77 |
| HSL | 163.5º | 0.51% | 0.15% | - |
| HSV(B) | 163.5º | 0.68% | 0.23% | - |
| XYZ | 2.37 | 3.48 | 3.34 | - |
| YUV | 45.79 | 129.25 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 59 | 48 | 0.68 | 0 | 0.19 | 0.77 | 163.5 | 0.51 | 0.15 |
| Hex | 13 | 3B | 30 | 44 | 0 | 13 | 4D | A4 | 33 | F |
| Octal | 23 | 73 | 60 | 104 | 0 | 23 | 115 | 244 | 63 | 17 |
| Binary | 10011 | 111011 | 110000 | 1000100 | 0 | 10011 | 1001101 | 10100100 | 110011 | 1111 |
Color Harmonies of #133B30
Complementary color
Monochromatic Colors of #133B30
Black with #133B30
Text Example
Text Example
White with #133B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133B30; }
p { color: rgb(19,59,48); }
H1.HeaderClassName
{
color: #133B30;
}
.AnyTagClassName
{
color: #133B30;
}
</style>
background-color css
<style>
a { background-color: #133B30; }
a { background-color: rgb(19,59,48); }
div.DivClassName
{
background-color: #133B30;
}
.BgClassName
{
background-color: #133B30;
}
</style>
border-color css
<style>
span { border-color: #133B30; }
span { border-color: rgb(19,59,48); }
td.TdClassName
{
border-color: #133B30;
}
.TagClassName
{
border-color: #133B30;
}
</style>