Shades of Gordons Green #203B23
Tints of Gordons Green #203B23
RGB
CMYK
RGB Variations
Color information
#203B23 (or 0x203B23) is known color: Gordons Green. HEX triplet: 20, 3B and 23. RGB value is (32,59,35). Sum of RGB (Red+Green+Blue) = 32+59+35=126 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.40% from 126); Green value is 59 (23.44% from 255 or 46.83% from 126); Blue value is 35 (14.06% from 255 or 27.78% from 126); Max value from RGB is 59 - color contains mainly: green. Hex color #203B23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203B23 is #DFC4DC. Grayscale: #303030. Windows color (decimal): -14664925 or 2308896. OLE color: 2308896.
HSL color Cylindrical-coordinate representation of color #203B23: hue angle of 126.67º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #203B23 is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 32 | 59 | 35 | - |
| CMYK | 0.46 | 0 | 0.41 | 0.77 |
| HSL | 126.67º | 0.3% | 0.18% | - |
| HSV(B) | 126.67º | 0.46% | 0.23% | - |
| XYZ | 2.46 | 3.56 | 2.15 | - |
| YUV | 48.19 | 120.55 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 59 | 35 | 0.46 | 0 | 0.41 | 0.77 | 126.67 | 0.3 | 0.18 |
| Hex | 20 | 3B | 23 | 2E | 0 | 29 | 4D | 7F | 1E | 12 |
| Octal | 40 | 73 | 43 | 56 | 0 | 51 | 115 | 177 | 36 | 22 |
| Binary | 100000 | 111011 | 100011 | 101110 | 0 | 101001 | 1001101 | 1111111 | 11110 | 10010 |
Color Harmonies of #203B23
Complementary color
Monochromatic Colors of #203B23
Black with #203B23
Text Example
Text Example
White with #203B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203B23; }
p { color: rgb(32,59,35); }
H1.HeaderClassName
{
color: #203B23;
}
.AnyTagClassName
{
color: #203B23;
}
</style>
background-color css
<style>
a { background-color: #203B23; }
a { background-color: rgb(32,59,35); }
div.DivClassName
{
background-color: #203B23;
}
.BgClassName
{
background-color: #203B23;
}
</style>
border-color css
<style>
span { border-color: #203B23; }
span { border-color: rgb(32,59,35); }
td.TdClassName
{
border-color: #203B23;
}
.TagClassName
{
border-color: #203B23;
}
</style>