Shades of Gordons Green #203E26
Tints of Gordons Green #203E26
RGB
CMYK
RGB Variations
Color information
#203E26 (or 0x203E26) is known color: Gordons Green. HEX triplet: 20, 3E and 26. RGB value is (32,62,38). Sum of RGB (Red+Green+Blue) = 32+62+38=132 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.24% from 132); Green value is 62 (24.61% from 255 or 46.97% from 132); Blue value is 38 (15.23% from 255 or 28.79% from 132); Max value from RGB is 62 - color contains mainly: green. Hex color #203E26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203E26 is #DFC1D9. Grayscale: #323232. Windows color (decimal): -14664154 or 2506272. OLE color: 2506272.
HSL color Cylindrical-coordinate representation of color #203E26: hue angle of 132º degrees, saturation: 0.32, 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 #203E26 is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 32 | 62 | 38 | - |
| CMYK | 0.48 | 0 | 0.39 | 0.76 |
| HSL | 132º | 0.32% | 0.18% | - |
| HSV(B) | 132º | 0.48% | 0.24% | - |
| XYZ | 2.67 | 3.89 | 2.44 | - |
| YUV | 50.29 | 121.06 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 62 | 38 | 0.48 | 0 | 0.39 | 0.76 | 132 | 0.32 | 0.18 |
| Hex | 20 | 3E | 26 | 30 | 0 | 27 | 4C | 84 | 20 | 12 |
| Octal | 40 | 76 | 46 | 60 | 0 | 47 | 114 | 204 | 40 | 22 |
| Binary | 100000 | 111110 | 100110 | 110000 | 0 | 100111 | 1001100 | 10000100 | 100000 | 10010 |
Color Harmonies of #203E26
Complementary color
Monochromatic Colors of #203E26
Black with #203E26
Text Example
Text Example
White with #203E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203E26; }
p { color: rgb(32,62,38); }
H1.HeaderClassName
{
color: #203E26;
}
.AnyTagClassName
{
color: #203E26;
}
</style>
background-color css
<style>
a { background-color: #203E26; }
a { background-color: rgb(32,62,38); }
div.DivClassName
{
background-color: #203E26;
}
.BgClassName
{
background-color: #203E26;
}
</style>
border-color css
<style>
span { border-color: #203E26; }
span { border-color: rgb(32,62,38); }
td.TdClassName
{
border-color: #203E26;
}
.TagClassName
{
border-color: #203E26;
}
</style>