Shades of Gordons Green #2B3D2E
Tints of Gordons Green #2B3D2E
RGB
CMYK
RGB Variations
Color information
#2B3D2E (or 0x2B3D2E) is known color: Gordons Green. HEX triplet: 2B, 3D and 2E. RGB value is (43,61,46). Sum of RGB (Red+Green+Blue) = 43+61+46=150 (19% of max value = 765). Red value is 43 (17.19% from 255 or 28.67% from 150); Green value is 61 (24.22% from 255 or 40.67% from 150); Blue value is 46 (18.36% from 255 or 30.67% from 150); Max value from RGB is 61 - color contains mainly: green. Hex color #2B3D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3D2E is #D4C2D1. Grayscale: #353535. Windows color (decimal): -13943506 or 3030315. OLE color: 3030315.
HSL color Cylindrical-coordinate representation of color #2B3D2E: hue angle of 130º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2B3D2E is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 43 | 61 | 46 | - |
| CMYK | 0.30 | 0 | 0.25 | 0.76 |
| HSL | 130º | 0.17% | 0.2% | - |
| HSV(B) | 130º | 0.3% | 0.24% | - |
| XYZ | 3.16 | 4.05 | 3.2 | - |
| YUV | 53.91 | 123.54 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 61 | 46 | 0.30 | 0 | 0.25 | 0.76 | 130 | 0.17 | 0.2 |
| Hex | 2B | 3D | 2E | 1E | 0 | 19 | 4C | 82 | 11 | 14 |
| Octal | 53 | 75 | 56 | 36 | 0 | 31 | 114 | 202 | 21 | 24 |
| Binary | 101011 | 111101 | 101110 | 11110 | 0 | 11001 | 1001100 | 10000010 | 10001 | 10100 |
Color Harmonies of #2B3D2E
Complementary color
Monochromatic Colors of #2B3D2E
Black with #2B3D2E
Text Example
Text Example
White with #2B3D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3D2E; }
p { color: rgb(43,61,46); }
H1.HeaderClassName
{
color: #2B3D2E;
}
.AnyTagClassName
{
color: #2B3D2E;
}
</style>
background-color css
<style>
a { background-color: #2B3D2E; }
a { background-color: rgb(43,61,46); }
div.DivClassName
{
background-color: #2B3D2E;
}
.BgClassName
{
background-color: #2B3D2E;
}
</style>
border-color css
<style>
span { border-color: #2B3D2E; }
span { border-color: rgb(43,61,46); }
td.TdClassName
{
border-color: #2B3D2E;
}
.TagClassName
{
border-color: #2B3D2E;
}
</style>