Shades of Sherwood Green #203D34
Tints of Sherwood Green #203D34
RGB
CMYK
RGB Variations
Color information
#203D34 (or 0x203D34) is known color: Sherwood Green. HEX triplet: 20, 3D and 34. RGB value is (32,61,52). Sum of RGB (Red+Green+Blue) = 32+61+52=145 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.07% from 145); Green value is 61 (24.22% from 255 or 42.07% from 145); Blue value is 52 (20.70% from 255 or 35.86% from 145); Max value from RGB is 61 - color contains mainly: green. Hex color #203D34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203D34 is #DFC2CB. Grayscale: #333333. Windows color (decimal): -14664396 or 3423520. OLE color: 3423520.
HSL color Cylindrical-coordinate representation of color #203D34: hue angle of 161.38º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #203D34 is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 32 | 61 | 52 | - |
| CMYK | 0.48 | 0 | 0.15 | 0.76 |
| HSL | 161.38º | 0.31% | 0.18% | - |
| HSV(B) | 161.38º | 0.48% | 0.24% | - |
| XYZ | 2.88 | 3.89 | 3.85 | - |
| YUV | 51.3 | 128.39 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 61 | 52 | 0.48 | 0 | 0.15 | 0.76 | 161.38 | 0.31 | 0.18 |
| Hex | 20 | 3D | 34 | 30 | 0 | F | 4C | A1 | 1F | 12 |
| Octal | 40 | 75 | 64 | 60 | 0 | 17 | 114 | 241 | 37 | 22 |
| Binary | 100000 | 111101 | 110100 | 110000 | 0 | 1111 | 1001100 | 10100001 | 11111 | 10010 |
Color Harmonies of #203D34
Complementary color
Monochromatic Colors of #203D34
Black with #203D34
Text Example
Text Example
White with #203D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203D34; }
p { color: rgb(32,61,52); }
H1.HeaderClassName
{
color: #203D34;
}
.AnyTagClassName
{
color: #203D34;
}
</style>
background-color css
<style>
a { background-color: #203D34; }
a { background-color: rgb(32,61,52); }
div.DivClassName
{
background-color: #203D34;
}
.BgClassName
{
background-color: #203D34;
}
</style>
border-color css
<style>
span { border-color: #203D34; }
span { border-color: rgb(32,61,52); }
td.TdClassName
{
border-color: #203D34;
}
.TagClassName
{
border-color: #203D34;
}
</style>