Shades of Gordons Green #2B352B
Tints of Gordons Green #2B352B
RGB
CMYK
RGB Variations
Color information
#2B352B (or 0x2B352B) is known color: Gordons Green. HEX triplet: 2B, 35 and 2B. RGB value is (43,53,43). Sum of RGB (Red+Green+Blue) = 43+53+43=139 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.94% from 139); Green value is 53 (21.09% from 255 or 38.13% from 139); Blue value is 43 (17.19% from 255 or 30.94% from 139); Max value from RGB is 53 - color contains mainly: green. Hex color #2B352B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B352B is #D4CAD4. Grayscale: #303030. Windows color (decimal): -13945557 or 2831659. OLE color: 2831659.
HSL color Cylindrical-coordinate representation of color #2B352B: hue angle of 120º degrees, saturation: 0.1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #2B352B is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.79.
Color convert
RGB | 43 | 53 | 43 | - |
CMYK | 0.19 | 0 | 0.19 | 0.79 |
HSL | 120º | 0.1% | 0.19% | - |
HSV(B) | 120º | 0.19% | 0.21% | - |
XYZ | 2.71 | 3.23 | 2.77 | - |
YUV | 48.87 | 124.69 | 123.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 53 | 43 | 0.19 | 0 | 0.19 | 0.79 | 120 | 0.1 | 0.19 |
Hex | 2B | 35 | 2B | 13 | 0 | 13 | 4F | 78 | A | 13 |
Octal | 53 | 65 | 53 | 23 | 0 | 23 | 117 | 170 | 12 | 23 |
Binary | 101011 | 110101 | 101011 | 10011 | 0 | 10011 | 1001111 | 1111000 | 1010 | 10011 |
Color Harmonies of #2B352B
Complementary color
Monochromatic Colors of #2B352B
Black with #2B352B
Text Example
Text Example
White with #2B352B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B352B; }
p { color: rgb(43,53,43); }
H1.HeaderClassName
{
color: #2B352B;
}
.AnyTagClassName
{
color: #2B352B;
}
</style>
background-color css
<style>
a { background-color: #2B352B; }
a { background-color: rgb(43,53,43); }
div.DivClassName
{
background-color: #2B352B;
}
.BgClassName
{
background-color: #2B352B;
}
</style>
border-color css
<style>
span { border-color: #2B352B; }
span { border-color: rgb(43,53,43); }
td.TdClassName
{
border-color: #2B352B;
}
.TagClassName
{
border-color: #2B352B;
}
</style>