Shades of Gordons Green #2B302B
Tints of Gordons Green #2B302B
RGB
CMYK
RGB Variations
Color information
#2B302B (or 0x2B302B) is known color: Gordons Green. HEX triplet: 2B, 30 and 2B. RGB value is (43,48,43). Sum of RGB (Red+Green+Blue) = 43+48+43=134 (17% of max value = 765). Red value is 43 (17.19% from 255 or 32.09% from 134); Green value is 48 (19.14% from 255 or 35.82% from 134); Blue value is 43 (17.19% from 255 or 32.09% from 134); Max value from RGB is 48 - color contains mainly: green. Hex color #2B302B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B302B is #D4CFD4. Grayscale: #2D2D2D. Windows color (decimal): -13946837 or 2830379. OLE color: 2830379.
HSL color Cylindrical-coordinate representation of color #2B302B: hue angle of 120º degrees, saturation: 0.05, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #2B302B is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 43 | 48 | 43 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.81 |
| HSL | 120º | 0.05% | 0.18% | - |
| HSV(B) | 120º | 0.1% | 0.19% | - |
| XYZ | 2.49 | 2.8 | 2.7 | - |
| YUV | 45.94 | 126.34 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 48 | 43 | 0.10 | 0 | 0.10 | 0.81 | 120 | 0.05 | 0.18 |
| Hex | 2B | 30 | 2B | A | 0 | A | 51 | 78 | 5 | 12 |
| Octal | 53 | 60 | 53 | 12 | 0 | 12 | 121 | 170 | 5 | 22 |
| Binary | 101011 | 110000 | 101011 | 1010 | 0 | 1010 | 1010001 | 1111000 | 101 | 10010 |
Color Harmonies of #2B302B
Complementary color
Monochromatic Colors of #2B302B
Black with #2B302B
Text Example
Text Example
White with #2B302B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B302B; }
p { color: rgb(43,48,43); }
H1.HeaderClassName
{
color: #2B302B;
}
.AnyTagClassName
{
color: #2B302B;
}
</style>
background-color css
<style>
a { background-color: #2B302B; }
a { background-color: rgb(43,48,43); }
div.DivClassName
{
background-color: #2B302B;
}
.BgClassName
{
background-color: #2B302B;
}
</style>
border-color css
<style>
span { border-color: #2B302B; }
span { border-color: rgb(43,48,43); }
td.TdClassName
{
border-color: #2B302B;
}
.TagClassName
{
border-color: #2B302B;
}
</style>