Shades of Gordons Green #213323
Tints of Gordons Green #213323
RGB
CMYK
RGB Variations
Color information
#213323 (or 0x213323) is known color: Gordons Green. HEX triplet: 21, 33 and 23. RGB value is (33,51,35). Sum of RGB (Red+Green+Blue) = 33+51+35=119 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.73% from 119); Green value is 51 (20.31% from 255 or 42.86% from 119); Blue value is 35 (14.06% from 255 or 29.41% from 119); Max value from RGB is 51 - color contains mainly: green. Hex color #213323 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213323 is #DECCDC. Grayscale: #2B2B2B. Windows color (decimal): -14601437 or 2306849. OLE color: 2306849.
HSL color Cylindrical-coordinate representation of color #213323: hue angle of 126.67º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #213323 is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 33 | 51 | 35 | - |
| CMYK | 0.35 | 0 | 0.31 | 0.8 |
| HSL | 126.67º | 0.21% | 0.16% | - |
| HSV(B) | 126.67º | 0.35% | 0.2% | - |
| XYZ | 2.11 | 2.81 | 2.02 | - |
| YUV | 43.79 | 123.04 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 51 | 35 | 0.35 | 0 | 0.31 | 0.8 | 126.67 | 0.21 | 0.16 |
| Hex | 21 | 33 | 23 | 23 | 0 | 1F | 50 | 7F | 15 | 10 |
| Octal | 41 | 63 | 43 | 43 | 0 | 37 | 120 | 177 | 25 | 20 |
| Binary | 100001 | 110011 | 100011 | 100011 | 0 | 11111 | 1010000 | 1111111 | 10101 | 10000 |
Color Harmonies of #213323
Complementary color
Monochromatic Colors of #213323
Black with #213323
Text Example
Text Example
White with #213323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213323; }
p { color: rgb(33,51,35); }
H1.HeaderClassName
{
color: #213323;
}
.AnyTagClassName
{
color: #213323;
}
</style>
background-color css
<style>
a { background-color: #213323; }
a { background-color: rgb(33,51,35); }
div.DivClassName
{
background-color: #213323;
}
.BgClassName
{
background-color: #213323;
}
</style>
border-color css
<style>
span { border-color: #213323; }
span { border-color: rgb(33,51,35); }
td.TdClassName
{
border-color: #213323;
}
.TagClassName
{
border-color: #213323;
}
</style>