Shades of Sherwood Green #21453A
Tints of Sherwood Green #21453A
RGB
CMYK
RGB Variations
Color information
#21453A (or 0x21453A) is known color: Sherwood Green. HEX triplet: 21, 45 and 3A. RGB value is (33,69,58). Sum of RGB (Red+Green+Blue) = 33+69+58=160 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.62% from 160); Green value is 69 (27.34% from 255 or 43.12% from 160); Blue value is 58 (23.05% from 255 or 36.25% from 160); Max value from RGB is 69 - color contains mainly: green. Hex color #21453A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21453A is #DEBAC5. Grayscale: #383838. Windows color (decimal): -14596806 or 3818785. OLE color: 3818785.
HSL color Cylindrical-coordinate representation of color #21453A: hue angle of 161.67º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #21453A is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 69 | 58 | - |
| CMYK | 0.52 | 0 | 0.16 | 0.73 |
| HSL | 161.67º | 0.35% | 0.2% | - |
| HSV(B) | 161.67º | 0.52% | 0.27% | - |
| XYZ | 3.52 | 4.89 | 4.76 | - |
| YUV | 56.98 | 128.57 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 69 | 58 | 0.52 | 0 | 0.16 | 0.73 | 161.67 | 0.35 | 0.2 |
| Hex | 21 | 45 | 3A | 34 | 0 | 10 | 49 | A2 | 23 | 14 |
| Octal | 41 | 105 | 72 | 64 | 0 | 20 | 111 | 242 | 43 | 24 |
| Binary | 100001 | 1000101 | 111010 | 110100 | 0 | 10000 | 1001001 | 10100010 | 100011 | 10100 |
Color Harmonies of #21453A
Complementary color
Monochromatic Colors of #21453A
Black with #21453A
Text Example
Text Example
White with #21453A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21453A; }
p { color: rgb(33,69,58); }
H1.HeaderClassName
{
color: #21453A;
}
.AnyTagClassName
{
color: #21453A;
}
</style>
background-color css
<style>
a { background-color: #21453A; }
a { background-color: rgb(33,69,58); }
div.DivClassName
{
background-color: #21453A;
}
.BgClassName
{
background-color: #21453A;
}
</style>
border-color css
<style>
span { border-color: #21453A; }
span { border-color: rgb(33,69,58); }
td.TdClassName
{
border-color: #21453A;
}
.TagClassName
{
border-color: #21453A;
}
</style>