Shades of Gordons Green #203A25
Tints of Gordons Green #203A25
RGB
CMYK
RGB Variations
Color information
#203A25 (or 0x203A25) is known color: Gordons Green. HEX triplet: 20, 3A and 25. RGB value is (32,58,37). Sum of RGB (Red+Green+Blue) = 32+58+37=127 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.20% from 127); Green value is 58 (23.05% from 255 or 45.67% from 127); Blue value is 37 (14.84% from 255 or 29.13% from 127); Max value from RGB is 58 - color contains mainly: green. Hex color #203A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203A25 is #DFC5DA. Grayscale: #2F2F2F. Windows color (decimal): -14665179 or 2439712. OLE color: 2439712.
HSL color Cylindrical-coordinate representation of color #203A25: hue angle of 131.54º 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 #203A25 is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 32 | 58 | 37 | - |
| CMYK | 0.45 | 0 | 0.36 | 0.77 |
| HSL | 131.54º | 0.29% | 0.18% | - |
| HSV(B) | 131.54º | 0.45% | 0.23% | - |
| XYZ | 2.44 | 3.47 | 2.29 | - |
| YUV | 47.83 | 121.89 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 58 | 37 | 0.45 | 0 | 0.36 | 0.77 | 131.54 | 0.29 | 0.18 |
| Hex | 20 | 3A | 25 | 2D | 0 | 24 | 4D | 84 | 1D | 12 |
| Octal | 40 | 72 | 45 | 55 | 0 | 44 | 115 | 204 | 35 | 22 |
| Binary | 100000 | 111010 | 100101 | 101101 | 0 | 100100 | 1001101 | 10000100 | 11101 | 10010 |
Color Harmonies of #203A25
Complementary color
Monochromatic Colors of #203A25
Black with #203A25
Text Example
Text Example
White with #203A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203A25; }
p { color: rgb(32,58,37); }
H1.HeaderClassName
{
color: #203A25;
}
.AnyTagClassName
{
color: #203A25;
}
</style>
background-color css
<style>
a { background-color: #203A25; }
a { background-color: rgb(32,58,37); }
div.DivClassName
{
background-color: #203A25;
}
.BgClassName
{
background-color: #203A25;
}
</style>
border-color css
<style>
span { border-color: #203A25; }
span { border-color: rgb(32,58,37); }
td.TdClassName
{
border-color: #203A25;
}
.TagClassName
{
border-color: #203A25;
}
</style>