Shades of Gordons Green #2B402D
Tints of Gordons Green #2B402D
RGB
CMYK
RGB Variations
Color information
#2B402D (or 0x2B402D) is known color: Gordons Green. HEX triplet: 2B, 40 and 2D. RGB value is (43,64,45). Sum of RGB (Red+Green+Blue) = 43+64+45=152 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.29% from 152); Green value is 64 (25.39% from 255 or 42.11% from 152); Blue value is 45 (17.97% from 255 or 29.61% from 152); Max value from RGB is 64 - color contains mainly: green. Hex color #2B402D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B402D is #D4BFD2. Grayscale: #373737. Windows color (decimal): -13942739 or 2965547. OLE color: 2965547.
HSL color Cylindrical-coordinate representation of color #2B402D: hue angle of 125.71º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2B402D is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 43 | 64 | 45 | - |
| CMYK | 0.33 | 0 | 0.30 | 0.75 |
| HSL | 125.71º | 0.2% | 0.21% | - |
| HSV(B) | 125.71º | 0.33% | 0.25% | - |
| XYZ | 3.3 | 4.37 | 3.15 | - |
| YUV | 55.56 | 122.04 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 64 | 45 | 0.33 | 0 | 0.30 | 0.75 | 125.71 | 0.2 | 0.21 |
| Hex | 2B | 40 | 2D | 21 | 0 | 1E | 4B | 7E | 14 | 15 |
| Octal | 53 | 100 | 55 | 41 | 0 | 36 | 113 | 176 | 24 | 25 |
| Binary | 101011 | 1000000 | 101101 | 100001 | 0 | 11110 | 1001011 | 1111110 | 10100 | 10101 |
Color Harmonies of #2B402D
Complementary color
Monochromatic Colors of #2B402D
Black with #2B402D
Text Example
Text Example
White with #2B402D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B402D; }
p { color: rgb(43,64,45); }
H1.HeaderClassName
{
color: #2B402D;
}
.AnyTagClassName
{
color: #2B402D;
}
</style>
background-color css
<style>
a { background-color: #2B402D; }
a { background-color: rgb(43,64,45); }
div.DivClassName
{
background-color: #2B402D;
}
.BgClassName
{
background-color: #2B402D;
}
</style>
border-color css
<style>
span { border-color: #2B402D; }
span { border-color: rgb(43,64,45); }
td.TdClassName
{
border-color: #2B402D;
}
.TagClassName
{
border-color: #2B402D;
}
</style>