Shades of Gordons Green #203D26
Tints of Gordons Green #203D26
RGB
CMYK
RGB Variations
Color information
#203D26 (or 0x203D26) is known color: Gordons Green. HEX triplet: 20, 3D and 26. RGB value is (32,61,38). Sum of RGB (Red+Green+Blue) = 32+61+38=131 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.43% from 131); Green value is 61 (24.22% from 255 or 46.56% from 131); Blue value is 38 (15.23% from 255 or 29.01% from 131); Max value from RGB is 61 - color contains mainly: green. Hex color #203D26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203D26 is #DFC2D9. Grayscale: #313131. Windows color (decimal): -14664410 or 2506016. OLE color: 2506016.
HSL color Cylindrical-coordinate representation of color #203D26: hue angle of 132.41º 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 #203D26 is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 32 | 61 | 38 | - |
| CMYK | 0.48 | 0 | 0.38 | 0.76 |
| HSL | 132.41º | 0.31% | 0.18% | - |
| HSV(B) | 132.41º | 0.48% | 0.24% | - |
| XYZ | 2.61 | 3.78 | 2.43 | - |
| YUV | 49.71 | 121.39 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 61 | 38 | 0.48 | 0 | 0.38 | 0.76 | 132.41 | 0.31 | 0.18 |
| Hex | 20 | 3D | 26 | 30 | 0 | 26 | 4C | 84 | 1F | 12 |
| Octal | 40 | 75 | 46 | 60 | 0 | 46 | 114 | 204 | 37 | 22 |
| Binary | 100000 | 111101 | 100110 | 110000 | 0 | 100110 | 1001100 | 10000100 | 11111 | 10010 |
Color Harmonies of #203D26
Complementary color
Monochromatic Colors of #203D26
Black with #203D26
Text Example
Text Example
White with #203D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203D26; }
p { color: rgb(32,61,38); }
H1.HeaderClassName
{
color: #203D26;
}
.AnyTagClassName
{
color: #203D26;
}
</style>
background-color css
<style>
a { background-color: #203D26; }
a { background-color: rgb(32,61,38); }
div.DivClassName
{
background-color: #203D26;
}
.BgClassName
{
background-color: #203D26;
}
</style>
border-color css
<style>
span { border-color: #203D26; }
span { border-color: rgb(32,61,38); }
td.TdClassName
{
border-color: #203D26;
}
.TagClassName
{
border-color: #203D26;
}
</style>