Shades of Gordons Green #2B3A2D
Tints of Gordons Green #2B3A2D
RGB
CMYK
RGB Variations
Color information
#2B3A2D (or 0x2B3A2D) is known color: Gordons Green. HEX triplet: 2B, 3A and 2D. RGB value is (43,58,45). Sum of RGB (Red+Green+Blue) = 43+58+45=146 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.45% from 146); Green value is 58 (23.05% from 255 or 39.73% from 146); Blue value is 45 (17.97% from 255 or 30.82% from 146); Max value from RGB is 58 - color contains mainly: green. Hex color #2B3A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3A2D is #D4C5D2. Grayscale: #343434. Windows color (decimal): -13944275 or 2964011. OLE color: 2964011.
HSL color Cylindrical-coordinate representation of color #2B3A2D: hue angle of 128º degrees, saturation: 0.15, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #2B3A2D is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.77.
Color convert
RGB | 43 | 58 | 45 | - |
CMYK | 0.26 | 0 | 0.22 | 0.77 |
HSL | 128º | 0.15% | 0.2% | - |
HSV(B) | 128º | 0.26% | 0.23% | - |
XYZ | 2.98 | 3.73 | 3.05 | - |
YUV | 52.03 | 124.03 | 121.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 58 | 45 | 0.26 | 0 | 0.22 | 0.77 | 128 | 0.15 | 0.2 |
Hex | 2B | 3A | 2D | 1A | 0 | 16 | 4D | 80 | F | 14 |
Octal | 53 | 72 | 55 | 32 | 0 | 26 | 115 | 200 | 17 | 24 |
Binary | 101011 | 111010 | 101101 | 11010 | 0 | 10110 | 1001101 | 10000000 | 1111 | 10100 |
Color Harmonies of #2B3A2D
Complementary color
Monochromatic Colors of #2B3A2D
Black with #2B3A2D
Text Example
Text Example
White with #2B3A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3A2D; }
p { color: rgb(43,58,45); }
H1.HeaderClassName
{
color: #2B3A2D;
}
.AnyTagClassName
{
color: #2B3A2D;
}
</style>
background-color css
<style>
a { background-color: #2B3A2D; }
a { background-color: rgb(43,58,45); }
div.DivClassName
{
background-color: #2B3A2D;
}
.BgClassName
{
background-color: #2B3A2D;
}
</style>
border-color css
<style>
span { border-color: #2B3A2D; }
span { border-color: rgb(43,58,45); }
td.TdClassName
{
border-color: #2B3A2D;
}
.TagClassName
{
border-color: #2B3A2D;
}
</style>