Shades of Sherwood Green #133A2D
Tints of Sherwood Green #133A2D
RGB
CMYK
RGB Variations
Color information
#133A2D (or 0x133A2D) is known color: Sherwood Green. HEX triplet: 13, 3A and 2D. RGB value is (19,58,45). Sum of RGB (Red+Green+Blue) = 19+58+45=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 58 (23.05% from 255 or 47.54% from 122); Blue value is 45 (17.97% from 255 or 36.89% from 122); Max value from RGB is 58 - color contains mainly: green. Hex color #133A2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133A2D is #ECC5D2. Grayscale: #2C2C2C. Windows color (decimal): -15517139 or 2963987. OLE color: 2963987.
HSL color Cylindrical-coordinate representation of color #133A2D: hue angle of 160º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #133A2D is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 19 | 58 | 45 | - |
| CMYK | 0.67 | 0 | 0.22 | 0.77 |
| HSL | 160º | 0.51% | 0.15% | - |
| HSV(B) | 160º | 0.67% | 0.23% | - |
| XYZ | 2.26 | 3.35 | 3.01 | - |
| YUV | 44.86 | 128.08 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 58 | 45 | 0.67 | 0 | 0.22 | 0.77 | 160 | 0.51 | 0.15 |
| Hex | 13 | 3A | 2D | 43 | 0 | 16 | 4D | A0 | 33 | F |
| Octal | 23 | 72 | 55 | 103 | 0 | 26 | 115 | 240 | 63 | 17 |
| Binary | 10011 | 111010 | 101101 | 1000011 | 0 | 10110 | 1001101 | 10100000 | 110011 | 1111 |
Color Harmonies of #133A2D
Complementary color
Monochromatic Colors of #133A2D
Black with #133A2D
Text Example
Text Example
White with #133A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133A2D; }
p { color: rgb(19,58,45); }
H1.HeaderClassName
{
color: #133A2D;
}
.AnyTagClassName
{
color: #133A2D;
}
</style>
background-color css
<style>
a { background-color: #133A2D; }
a { background-color: rgb(19,58,45); }
div.DivClassName
{
background-color: #133A2D;
}
.BgClassName
{
background-color: #133A2D;
}
</style>
border-color css
<style>
span { border-color: #133A2D; }
span { border-color: rgb(19,58,45); }
td.TdClassName
{
border-color: #133A2D;
}
.TagClassName
{
border-color: #133A2D;
}
</style>