Shades of Gordons Green #2B352D
Tints of Gordons Green #2B352D
RGB
CMYK
RGB Variations
Color information
#2B352D (or 0x2B352D) is known color: Gordons Green. HEX triplet: 2B, 35 and 2D. RGB value is (43,53,45). Sum of RGB (Red+Green+Blue) = 43+53+45=141 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.50% from 141); Green value is 53 (21.09% from 255 or 37.59% from 141); Blue value is 45 (17.97% from 255 or 31.91% from 141); Max value from RGB is 53 - color contains mainly: green. Hex color #2B352D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B352D is #D4CAD2. Grayscale: #313131. Windows color (decimal): -13945555 or 2962731. OLE color: 2962731.
HSL color Cylindrical-coordinate representation of color #2B352D: hue angle of 132º degrees, saturation: 0.1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #2B352D is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 43 | 53 | 45 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.79 |
| HSL | 132º | 0.1% | 0.19% | - |
| HSV(B) | 132º | 0.19% | 0.21% | - |
| XYZ | 2.74 | 3.25 | 2.97 | - |
| YUV | 49.1 | 125.69 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 53 | 45 | 0.19 | 0 | 0.15 | 0.79 | 132 | 0.1 | 0.19 |
| Hex | 2B | 35 | 2D | 13 | 0 | F | 4F | 84 | A | 13 |
| Octal | 53 | 65 | 55 | 23 | 0 | 17 | 117 | 204 | 12 | 23 |
| Binary | 101011 | 110101 | 101101 | 10011 | 0 | 1111 | 1001111 | 10000100 | 1010 | 10011 |
Color Harmonies of #2B352D
Complementary color
Monochromatic Colors of #2B352D
Black with #2B352D
Text Example
Text Example
White with #2B352D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B352D; }
p { color: rgb(43,53,45); }
H1.HeaderClassName
{
color: #2B352D;
}
.AnyTagClassName
{
color: #2B352D;
}
</style>
background-color css
<style>
a { background-color: #2B352D; }
a { background-color: rgb(43,53,45); }
div.DivClassName
{
background-color: #2B352D;
}
.BgClassName
{
background-color: #2B352D;
}
</style>
border-color css
<style>
span { border-color: #2B352D; }
span { border-color: rgb(43,53,45); }
td.TdClassName
{
border-color: #2B352D;
}
.TagClassName
{
border-color: #2B352D;
}
</style>