Shades of Gordons Green #2B342C
Tints of Gordons Green #2B342C
RGB
CMYK
RGB Variations
Color information
#2B342C (or 0x2B342C) is known color: Gordons Green. HEX triplet: 2B, 34 and 2C. RGB value is (43,52,44). Sum of RGB (Red+Green+Blue) = 43+52+44=139 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.94% from 139); Green value is 52 (20.70% from 255 or 37.41% from 139); Blue value is 44 (17.58% from 255 or 31.65% from 139); Max value from RGB is 52 - color contains mainly: green. Hex color #2B342C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B342C is #D4CBD3. Grayscale: #303030. Windows color (decimal): -13945812 or 2896939. OLE color: 2896939.
HSL color Cylindrical-coordinate representation of color #2B342C: hue angle of 126.67º 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 #2B342C is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 43 | 52 | 44 | - |
| CMYK | 0.17 | 0 | 0.15 | 0.80 |
| HSL | 126.67º | 0.09% | 0.19% | - |
| HSV(B) | 126.67º | 0.17% | 0.2% | - |
| XYZ | 2.68 | 3.15 | 2.85 | - |
| YUV | 48.4 | 125.52 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 52 | 44 | 0.17 | 0 | 0.15 | 0.80 | 126.67 | 0.09 | 0.19 |
| Hex | 2B | 34 | 2C | 11 | 0 | F | 50 | 7F | 9 | 13 |
| Octal | 53 | 64 | 54 | 21 | 0 | 17 | 120 | 177 | 11 | 23 |
| Binary | 101011 | 110100 | 101100 | 10001 | 0 | 1111 | 1010000 | 1111111 | 1001 | 10011 |
Color Harmonies of #2B342C
Complementary color
Monochromatic Colors of #2B342C
Black with #2B342C
Text Example
Text Example
White with #2B342C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B342C; }
p { color: rgb(43,52,44); }
H1.HeaderClassName
{
color: #2B342C;
}
.AnyTagClassName
{
color: #2B342C;
}
</style>
background-color css
<style>
a { background-color: #2B342C; }
a { background-color: rgb(43,52,44); }
div.DivClassName
{
background-color: #2B342C;
}
.BgClassName
{
background-color: #2B342C;
}
</style>
border-color css
<style>
span { border-color: #2B342C; }
span { border-color: rgb(43,52,44); }
td.TdClassName
{
border-color: #2B342C;
}
.TagClassName
{
border-color: #2B342C;
}
</style>