Shades of Gordons Green #28332A
Tints of Gordons Green #28332A
RGB
CMYK
RGB Variations
Color information
#28332A (or 0x28332A) is known color: Gordons Green. HEX triplet: 28, 33 and 2A. RGB value is (40,51,42). Sum of RGB (Red+Green+Blue) = 40+51+42=133 (17% of max value = 765). Red value is 40 (16.02% from 255 or 30.08% from 133); Green value is 51 (20.31% from 255 or 38.35% from 133); Blue value is 42 (16.80% from 255 or 31.58% from 133); Max value from RGB is 51 - color contains mainly: green. Hex color #28332A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28332A is #D7CCD5. Grayscale: #2E2E2E. Windows color (decimal): -14142678 or 2765608. OLE color: 2765608.
HSL color Cylindrical-coordinate representation of color #28332A: hue angle of 130.91º degrees, saturation: 0.12, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #28332A is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 40 | 51 | 42 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.8 |
| HSL | 130.91º | 0.12% | 0.18% | - |
| HSV(B) | 130.91º | 0.22% | 0.2% | - |
| XYZ | 2.48 | 2.99 | 2.64 | - |
| YUV | 46.69 | 125.36 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 51 | 42 | 0.22 | 0 | 0.18 | 0.8 | 130.91 | 0.12 | 0.18 |
| Hex | 28 | 33 | 2A | 16 | 0 | 12 | 50 | 83 | C | 12 |
| Octal | 50 | 63 | 52 | 26 | 0 | 22 | 120 | 203 | 14 | 22 |
| Binary | 101000 | 110011 | 101010 | 10110 | 0 | 10010 | 1010000 | 10000011 | 1100 | 10010 |
Color Harmonies of #28332A
Complementary color
Monochromatic Colors of #28332A
Black with #28332A
Text Example
Text Example
White with #28332A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28332A; }
p { color: rgb(40,51,42); }
H1.HeaderClassName
{
color: #28332A;
}
.AnyTagClassName
{
color: #28332A;
}
</style>
background-color css
<style>
a { background-color: #28332A; }
a { background-color: rgb(40,51,42); }
div.DivClassName
{
background-color: #28332A;
}
.BgClassName
{
background-color: #28332A;
}
</style>
border-color css
<style>
span { border-color: #28332A; }
span { border-color: rgb(40,51,42); }
td.TdClassName
{
border-color: #28332A;
}
.TagClassName
{
border-color: #28332A;
}
</style>