Shades of Gordons Green #213D27
Tints of Gordons Green #213D27
RGB
CMYK
RGB Variations
Color information
#213D27 (or 0x213D27) is known color: Gordons Green. HEX triplet: 21, 3D and 27. RGB value is (33,61,39). Sum of RGB (Red+Green+Blue) = 33+61+39=133 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.81% from 133); Green value is 61 (24.22% from 255 or 45.86% from 133); Blue value is 39 (15.62% from 255 or 29.32% from 133); Max value from RGB is 61 - color contains mainly: green. Hex color #213D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213D27 is #DEC2D8. Grayscale: #323232. Windows color (decimal): -14598873 or 2571553. OLE color: 2571553.
HSL color Cylindrical-coordinate representation of color #213D27: hue angle of 132.86º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #213D27 is Cyan = 0.46, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 61 | 39 | - |
| CMYK | 0.46 | 0 | 0.36 | 0.76 |
| HSL | 132.86º | 0.3% | 0.18% | - |
| HSV(B) | 132.86º | 0.46% | 0.24% | - |
| XYZ | 2.66 | 3.81 | 2.51 | - |
| YUV | 50.12 | 121.72 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 61 | 39 | 0.46 | 0 | 0.36 | 0.76 | 132.86 | 0.3 | 0.18 |
| Hex | 21 | 3D | 27 | 2E | 0 | 24 | 4C | 85 | 1E | 12 |
| Octal | 41 | 75 | 47 | 56 | 0 | 44 | 114 | 205 | 36 | 22 |
| Binary | 100001 | 111101 | 100111 | 101110 | 0 | 100100 | 1001100 | 10000101 | 11110 | 10010 |
Color Harmonies of #213D27
Complementary color
Monochromatic Colors of #213D27
Black with #213D27
Text Example
Text Example
White with #213D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213D27; }
p { color: rgb(33,61,39); }
H1.HeaderClassName
{
color: #213D27;
}
.AnyTagClassName
{
color: #213D27;
}
</style>
background-color css
<style>
a { background-color: #213D27; }
a { background-color: rgb(33,61,39); }
div.DivClassName
{
background-color: #213D27;
}
.BgClassName
{
background-color: #213D27;
}
</style>
border-color css
<style>
span { border-color: #213D27; }
span { border-color: rgb(33,61,39); }
td.TdClassName
{
border-color: #213D27;
}
.TagClassName
{
border-color: #213D27;
}
</style>