Shades of Gordons Green #2B302C
Tints of Gordons Green #2B302C
RGB
CMYK
RGB Variations
Color information
#2B302C (or 0x2B302C) is known color: Gordons Green. HEX triplet: 2B, 30 and 2C. RGB value is (43,48,44). Sum of RGB (Red+Green+Blue) = 43+48+44=135 (17% of max value = 765). Red value is 43 (17.19% from 255 or 31.85% from 135); Green value is 48 (19.14% from 255 or 35.56% from 135); Blue value is 44 (17.58% from 255 or 32.59% from 135); Max value from RGB is 48 - color contains mainly: green. Hex color #2B302C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B302C is #D4CFD3. Grayscale: #2E2E2E. Windows color (decimal): -13946836 or 2895915. OLE color: 2895915.
HSL color Cylindrical-coordinate representation of color #2B302C: hue angle of 132º 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 #2B302C is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.81.
Color convert
RGB | 43 | 48 | 44 | - |
CMYK | 0.10 | 0 | 0.08 | 0.81 |
HSL | 132º | 0.05% | 0.18% | - |
HSV(B) | 132º | 0.1% | 0.19% | - |
XYZ | 2.51 | 2.81 | 2.79 | - |
YUV | 46.05 | 126.84 | 125.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 48 | 44 | 0.10 | 0 | 0.08 | 0.81 | 132 | 0.05 | 0.18 |
Hex | 2B | 30 | 2C | A | 0 | 8 | 51 | 84 | 5 | 12 |
Octal | 53 | 60 | 54 | 12 | 0 | 10 | 121 | 204 | 5 | 22 |
Binary | 101011 | 110000 | 101100 | 1010 | 0 | 1000 | 1010001 | 10000100 | 101 | 10010 |
Color Harmonies of #2B302C
Complementary color
Monochromatic Colors of #2B302C
Black with #2B302C
Text Example
Text Example
White with #2B302C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B302C; }
p { color: rgb(43,48,44); }
H1.HeaderClassName
{
color: #2B302C;
}
.AnyTagClassName
{
color: #2B302C;
}
</style>
background-color css
<style>
a { background-color: #2B302C; }
a { background-color: rgb(43,48,44); }
div.DivClassName
{
background-color: #2B302C;
}
.BgClassName
{
background-color: #2B302C;
}
</style>
border-color css
<style>
span { border-color: #2B302C; }
span { border-color: rgb(43,48,44); }
td.TdClassName
{
border-color: #2B302C;
}
.TagClassName
{
border-color: #2B302C;
}
</style>