Shades of Gordons Green #203D25
Tints of Gordons Green #203D25
RGB
CMYK
RGB Variations
Color information
#203D25 (or 0x203D25) is known color: Gordons Green. HEX triplet: 20, 3D and 25. RGB value is (32,61,37). Sum of RGB (Red+Green+Blue) = 32+61+37=130 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.62% from 130); Green value is 61 (24.22% from 255 or 46.92% from 130); Blue value is 37 (14.84% from 255 or 28.46% from 130); Max value from RGB is 61 - color contains mainly: green. Hex color #203D25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203D25 is #DFC2DA. Grayscale: #313131. Windows color (decimal): -14664411 or 2440480. OLE color: 2440480.
HSL color Cylindrical-coordinate representation of color #203D25: hue angle of 130.34º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #203D25 is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 32 | 61 | 37 | - |
| CMYK | 0.48 | 0 | 0.39 | 0.76 |
| HSL | 130.34º | 0.31% | 0.18% | - |
| HSV(B) | 130.34º | 0.48% | 0.24% | - |
| XYZ | 2.6 | 3.78 | 2.34 | - |
| YUV | 49.59 | 120.89 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 61 | 37 | 0.48 | 0 | 0.39 | 0.76 | 130.34 | 0.31 | 0.18 |
| Hex | 20 | 3D | 25 | 30 | 0 | 27 | 4C | 82 | 1F | 12 |
| Octal | 40 | 75 | 45 | 60 | 0 | 47 | 114 | 202 | 37 | 22 |
| Binary | 100000 | 111101 | 100101 | 110000 | 0 | 100111 | 1001100 | 10000010 | 11111 | 10010 |
Color Harmonies of #203D25
Complementary color
Monochromatic Colors of #203D25
Black with #203D25
Text Example
Text Example
White with #203D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203D25; }
p { color: rgb(32,61,37); }
H1.HeaderClassName
{
color: #203D25;
}
.AnyTagClassName
{
color: #203D25;
}
</style>
background-color css
<style>
a { background-color: #203D25; }
a { background-color: rgb(32,61,37); }
div.DivClassName
{
background-color: #203D25;
}
.BgClassName
{
background-color: #203D25;
}
</style>
border-color css
<style>
span { border-color: #203D25; }
span { border-color: rgb(32,61,37); }
td.TdClassName
{
border-color: #203D25;
}
.TagClassName
{
border-color: #203D25;
}
</style>