Shades of Gordons Green #2B342B
Tints of Gordons Green #2B342B
RGB
CMYK
RGB Variations
Color information
#2B342B (or 0x2B342B) is known color: Gordons Green. HEX triplet: 2B, 34 and 2B. RGB value is (43,52,43). Sum of RGB (Red+Green+Blue) = 43+52+43=138 (18% of max value = 765). Red value is 43 (17.19% from 255 or 31.16% from 138); Green value is 52 (20.70% from 255 or 37.68% from 138); Blue value is 43 (17.19% from 255 or 31.16% from 138); Max value from RGB is 52 - color contains mainly: green. Hex color #2B342B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B342B is #D4CBD4. Grayscale: #303030. Windows color (decimal): -13945813 or 2831403. OLE color: 2831403.
HSL color Cylindrical-coordinate representation of color #2B342B: hue angle of 120º degrees, saturation: 0.09, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #2B342B is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.80.
Color convert
RGB | 43 | 52 | 43 | - |
CMYK | 0.17 | 0 | 0.17 | 0.80 |
HSL | 120º | 0.09% | 0.19% | - |
HSV(B) | 120º | 0.17% | 0.2% | - |
XYZ | 2.66 | 3.14 | 2.75 | - |
YUV | 48.28 | 125.02 | 124.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 52 | 43 | 0.17 | 0 | 0.17 | 0.80 | 120 | 0.09 | 0.19 |
Hex | 2B | 34 | 2B | 11 | 0 | 11 | 50 | 78 | 9 | 13 |
Octal | 53 | 64 | 53 | 21 | 0 | 21 | 120 | 170 | 11 | 23 |
Binary | 101011 | 110100 | 101011 | 10001 | 0 | 10001 | 1010000 | 1111000 | 1001 | 10011 |
Color Harmonies of #2B342B
Complementary color
Monochromatic Colors of #2B342B
Black with #2B342B
Text Example
Text Example
White with #2B342B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B342B; }
p { color: rgb(43,52,43); }
H1.HeaderClassName
{
color: #2B342B;
}
.AnyTagClassName
{
color: #2B342B;
}
</style>
background-color css
<style>
a { background-color: #2B342B; }
a { background-color: rgb(43,52,43); }
div.DivClassName
{
background-color: #2B342B;
}
.BgClassName
{
background-color: #2B342B;
}
</style>
border-color css
<style>
span { border-color: #2B342B; }
span { border-color: rgb(43,52,43); }
td.TdClassName
{
border-color: #2B342B;
}
.TagClassName
{
border-color: #2B342B;
}
</style>