Shades of Gordons Green #2B342D
Tints of Gordons Green #2B342D
RGB
CMYK
RGB Variations
Color information
#2B342D (or 0x2B342D) is known color: Gordons Green. HEX triplet: 2B, 34 and 2D. RGB value is (43,52,45). Sum of RGB (Red+Green+Blue) = 43+52+45=140 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.71% from 140); Green value is 52 (20.70% from 255 or 37.14% from 140); Blue value is 45 (17.97% from 255 or 32.14% from 140); Max value from RGB is 52 - color contains mainly: green. Hex color #2B342D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B342D is #D4CBD2. Grayscale: #303030. Windows color (decimal): -13945811 or 2962475. OLE color: 2962475.
HSL color Cylindrical-coordinate representation of color #2B342D: hue angle of 133.33º degrees, saturation: 0.09, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #2B342D is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 43 | 52 | 45 | - |
| CMYK | 0.17 | 0 | 0.13 | 0.80 |
| HSL | 133.33º | 0.09% | 0.19% | - |
| HSV(B) | 133.33º | 0.17% | 0.2% | - |
| XYZ | 2.7 | 3.16 | 2.95 | - |
| YUV | 48.51 | 126.02 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 52 | 45 | 0.17 | 0 | 0.13 | 0.80 | 133.33 | 0.09 | 0.19 |
| Hex | 2B | 34 | 2D | 11 | 0 | D | 50 | 85 | 9 | 13 |
| Octal | 53 | 64 | 55 | 21 | 0 | 15 | 120 | 205 | 11 | 23 |
| Binary | 101011 | 110100 | 101101 | 10001 | 0 | 1101 | 1010000 | 10000101 | 1001 | 10011 |
Color Harmonies of #2B342D
Complementary color
Monochromatic Colors of #2B342D
Black with #2B342D
Text Example
Text Example
White with #2B342D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B342D; }
p { color: rgb(43,52,45); }
H1.HeaderClassName
{
color: #2B342D;
}
.AnyTagClassName
{
color: #2B342D;
}
</style>
background-color css
<style>
a { background-color: #2B342D; }
a { background-color: rgb(43,52,45); }
div.DivClassName
{
background-color: #2B342D;
}
.BgClassName
{
background-color: #2B342D;
}
</style>
border-color css
<style>
span { border-color: #2B342D; }
span { border-color: rgb(43,52,45); }
td.TdClassName
{
border-color: #2B342D;
}
.TagClassName
{
border-color: #2B342D;
}
</style>