Shades of Sherwood Green #133A2E
Tints of Sherwood Green #133A2E
RGB
CMYK
RGB Variations
Color information
#133A2E (or 0x133A2E) is known color: Sherwood Green. HEX triplet: 13, 3A and 2E. RGB value is (19,58,46). Sum of RGB (Red+Green+Blue) = 19+58+46=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 58 (23.05% from 255 or 47.15% from 123); Blue value is 46 (18.36% from 255 or 37.40% from 123); Max value from RGB is 58 - color contains mainly: green. Hex color #133A2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133A2E is #ECC5D1. Grayscale: #2C2C2C. Windows color (decimal): -15517138 or 3029523. OLE color: 3029523.
HSL color Cylindrical-coordinate representation of color #133A2E: hue angle of 161.54º 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 #133A2E is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 19 | 58 | 46 | - |
| CMYK | 0.67 | 0 | 0.21 | 0.77 |
| HSL | 161.54º | 0.51% | 0.15% | - |
| HSV(B) | 161.54º | 0.67% | 0.23% | - |
| XYZ | 2.27 | 3.36 | 3.11 | - |
| YUV | 44.97 | 128.58 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 58 | 46 | 0.67 | 0 | 0.21 | 0.77 | 161.54 | 0.51 | 0.15 |
| Hex | 13 | 3A | 2E | 43 | 0 | 15 | 4D | A2 | 33 | F |
| Octal | 23 | 72 | 56 | 103 | 0 | 25 | 115 | 242 | 63 | 17 |
| Binary | 10011 | 111010 | 101110 | 1000011 | 0 | 10101 | 1001101 | 10100010 | 110011 | 1111 |
Color Harmonies of #133A2E
Complementary color
Monochromatic Colors of #133A2E
Black with #133A2E
Text Example
Text Example
White with #133A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133A2E; }
p { color: rgb(19,58,46); }
H1.HeaderClassName
{
color: #133A2E;
}
.AnyTagClassName
{
color: #133A2E;
}
</style>
background-color css
<style>
a { background-color: #133A2E; }
a { background-color: rgb(19,58,46); }
div.DivClassName
{
background-color: #133A2E;
}
.BgClassName
{
background-color: #133A2E;
}
</style>
border-color css
<style>
span { border-color: #133A2E; }
span { border-color: rgb(19,58,46); }
td.TdClassName
{
border-color: #133A2E;
}
.TagClassName
{
border-color: #133A2E;
}
</style>