Shades of Gordons Green #2B382B
Tints of Gordons Green #2B382B
RGB
CMYK
RGB Variations
Color information
#2B382B (or 0x2B382B) is known color: Gordons Green. HEX triplet: 2B, 38 and 2B. RGB value is (43,56,43). Sum of RGB (Red+Green+Blue) = 43+56+43=142 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.28% from 142); Green value is 56 (22.27% from 255 or 39.44% from 142); Blue value is 43 (17.19% from 255 or 30.28% from 142); Max value from RGB is 56 - color contains mainly: green. Hex color #2B382B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B382B is #D4C7D4. Grayscale: #323232. Windows color (decimal): -13944789 or 2832427. OLE color: 2832427.
HSL color Cylindrical-coordinate representation of color #2B382B: hue angle of 120º degrees, saturation: 0.13, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #2B382B is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 43 | 56 | 43 | - |
| CMYK | 0.23 | 0 | 0.23 | 0.78 |
| HSL | 120º | 0.13% | 0.19% | - |
| HSV(B) | 120º | 0.23% | 0.22% | - |
| XYZ | 2.85 | 3.52 | 2.81 | - |
| YUV | 50.63 | 123.69 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 56 | 43 | 0.23 | 0 | 0.23 | 0.78 | 120 | 0.13 | 0.19 |
| Hex | 2B | 38 | 2B | 17 | 0 | 17 | 4E | 78 | D | 13 |
| Octal | 53 | 70 | 53 | 27 | 0 | 27 | 116 | 170 | 15 | 23 |
| Binary | 101011 | 111000 | 101011 | 10111 | 0 | 10111 | 1001110 | 1111000 | 1101 | 10011 |
Color Harmonies of #2B382B
Complementary color
Monochromatic Colors of #2B382B
Black with #2B382B
Text Example
Text Example
White with #2B382B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B382B; }
p { color: rgb(43,56,43); }
H1.HeaderClassName
{
color: #2B382B;
}
.AnyTagClassName
{
color: #2B382B;
}
</style>
background-color css
<style>
a { background-color: #2B382B; }
a { background-color: rgb(43,56,43); }
div.DivClassName
{
background-color: #2B382B;
}
.BgClassName
{
background-color: #2B382B;
}
</style>
border-color css
<style>
span { border-color: #2B382B; }
span { border-color: rgb(43,56,43); }
td.TdClassName
{
border-color: #2B382B;
}
.TagClassName
{
border-color: #2B382B;
}
</style>