Shades of Gordons Green #213923
Tints of Gordons Green #213923
RGB
CMYK
RGB Variations
Color information
#213923 (or 0x213923) is known color: Gordons Green. HEX triplet: 21, 39 and 23. RGB value is (33,57,35). Sum of RGB (Red+Green+Blue) = 33+57+35=125 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.4% from 125); Green value is 57 (22.66% from 255 or 45.6% from 125); Blue value is 35 (14.06% from 255 or 28% from 125); Max value from RGB is 57 - color contains mainly: green. Hex color #213923 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213923 is #DEC6DC. Grayscale: #2F2F2F. Windows color (decimal): -14599901 or 2308385. OLE color: 2308385.
HSL color Cylindrical-coordinate representation of color #213923: hue angle of 125º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #213923 is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 33 | 57 | 35 | - |
| CMYK | 0.42 | 0 | 0.39 | 0.78 |
| HSL | 125º | 0.27% | 0.18% | - |
| HSV(B) | 125º | 0.42% | 0.22% | - |
| XYZ | 2.39 | 3.37 | 2.11 | - |
| YUV | 47.32 | 121.05 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 57 | 35 | 0.42 | 0 | 0.39 | 0.78 | 125 | 0.27 | 0.18 |
| Hex | 21 | 39 | 23 | 2A | 0 | 27 | 4E | 7D | 1B | 12 |
| Octal | 41 | 71 | 43 | 52 | 0 | 47 | 116 | 175 | 33 | 22 |
| Binary | 100001 | 111001 | 100011 | 101010 | 0 | 100111 | 1001110 | 1111101 | 11011 | 10010 |
Color Harmonies of #213923
Complementary color
Monochromatic Colors of #213923
Black with #213923
Text Example
Text Example
White with #213923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213923; }
p { color: rgb(33,57,35); }
H1.HeaderClassName
{
color: #213923;
}
.AnyTagClassName
{
color: #213923;
}
</style>
background-color css
<style>
a { background-color: #213923; }
a { background-color: rgb(33,57,35); }
div.DivClassName
{
background-color: #213923;
}
.BgClassName
{
background-color: #213923;
}
</style>
border-color css
<style>
span { border-color: #213923; }
span { border-color: rgb(33,57,35); }
td.TdClassName
{
border-color: #213923;
}
.TagClassName
{
border-color: #213923;
}
</style>