Shades of Gordons Green #203A24
Tints of Gordons Green #203A24
RGB
CMYK
RGB Variations
Color information
#203A24 (or 0x203A24) is known color: Gordons Green. HEX triplet: 20, 3A and 24. RGB value is (32,58,36). Sum of RGB (Red+Green+Blue) = 32+58+36=126 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.40% from 126); Green value is 58 (23.05% from 255 or 46.03% from 126); Blue value is 36 (14.45% from 255 or 28.57% from 126); Max value from RGB is 58 - color contains mainly: green. Hex color #203A24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203A24 is #DFC5DB. Grayscale: #2F2F2F. Windows color (decimal): -14665180 or 2374176. OLE color: 2374176.
HSL color Cylindrical-coordinate representation of color #203A24: hue angle of 129.23º degrees, saturation: 0.29, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #203A24 is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 32 | 58 | 36 | - |
| CMYK | 0.45 | 0 | 0.38 | 0.77 |
| HSL | 129.23º | 0.29% | 0.18% | - |
| HSV(B) | 129.23º | 0.45% | 0.23% | - |
| XYZ | 2.43 | 3.46 | 2.21 | - |
| YUV | 47.72 | 121.39 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 58 | 36 | 0.45 | 0 | 0.38 | 0.77 | 129.23 | 0.29 | 0.18 |
| Hex | 20 | 3A | 24 | 2D | 0 | 26 | 4D | 81 | 1D | 12 |
| Octal | 40 | 72 | 44 | 55 | 0 | 46 | 115 | 201 | 35 | 22 |
| Binary | 100000 | 111010 | 100100 | 101101 | 0 | 100110 | 1001101 | 10000001 | 11101 | 10010 |
Color Harmonies of #203A24
Complementary color
Monochromatic Colors of #203A24
Black with #203A24
Text Example
Text Example
White with #203A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203A24; }
p { color: rgb(32,58,36); }
H1.HeaderClassName
{
color: #203A24;
}
.AnyTagClassName
{
color: #203A24;
}
</style>
background-color css
<style>
a { background-color: #203A24; }
a { background-color: rgb(32,58,36); }
div.DivClassName
{
background-color: #203A24;
}
.BgClassName
{
background-color: #203A24;
}
</style>
border-color css
<style>
span { border-color: #203A24; }
span { border-color: rgb(32,58,36); }
td.TdClassName
{
border-color: #203A24;
}
.TagClassName
{
border-color: #203A24;
}
</style>