Shades of Gordons Green #213725
Tints of Gordons Green #213725
RGB
CMYK
RGB Variations
Color information
#213725 (or 0x213725) is known color: Gordons Green. HEX triplet: 21, 37 and 25. RGB value is (33,55,37). Sum of RGB (Red+Green+Blue) = 33+55+37=125 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.4% from 125); Green value is 55 (21.88% from 255 or 44% from 125); Blue value is 37 (14.84% from 255 or 29.6% from 125); Max value from RGB is 55 - color contains mainly: green. Hex color #213725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213725 is #DEC8DA. Grayscale: #2E2E2E. Windows color (decimal): -14600411 or 2438945. OLE color: 2438945.
HSL color Cylindrical-coordinate representation of color #213725: hue angle of 130.91º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #213725 is Cyan = 0.4, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 33 | 55 | 37 | - |
| CMYK | 0.4 | 0 | 0.33 | 0.78 |
| HSL | 130.91º | 0.25% | 0.17% | - |
| HSV(B) | 130.91º | 0.4% | 0.22% | - |
| XYZ | 2.33 | 3.19 | 2.24 | - |
| YUV | 46.37 | 122.71 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 55 | 37 | 0.4 | 0 | 0.33 | 0.78 | 130.91 | 0.25 | 0.17 |
| Hex | 21 | 37 | 25 | 28 | 0 | 21 | 4E | 83 | 19 | 11 |
| Octal | 41 | 67 | 45 | 50 | 0 | 41 | 116 | 203 | 31 | 21 |
| Binary | 100001 | 110111 | 100101 | 101000 | 0 | 100001 | 1001110 | 10000011 | 11001 | 10001 |
Color Harmonies of #213725
Complementary color
Monochromatic Colors of #213725
Black with #213725
Text Example
Text Example
White with #213725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213725; }
p { color: rgb(33,55,37); }
H1.HeaderClassName
{
color: #213725;
}
.AnyTagClassName
{
color: #213725;
}
</style>
background-color css
<style>
a { background-color: #213725; }
a { background-color: rgb(33,55,37); }
div.DivClassName
{
background-color: #213725;
}
.BgClassName
{
background-color: #213725;
}
</style>
border-color css
<style>
span { border-color: #213725; }
span { border-color: rgb(33,55,37); }
td.TdClassName
{
border-color: #213725;
}
.TagClassName
{
border-color: #213725;
}
</style>