Shades of Gordons Green #2B392B
Tints of Gordons Green #2B392B
RGB
CMYK
RGB Variations
Color information
#2B392B (or 0x2B392B) is known color: Gordons Green. HEX triplet: 2B, 39 and 2B. RGB value is (43,57,43). Sum of RGB (Red+Green+Blue) = 43+57+43=143 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.07% from 143); Green value is 57 (22.66% from 255 or 39.86% from 143); Blue value is 43 (17.19% from 255 or 30.07% from 143); Max value from RGB is 57 - color contains mainly: green. Hex color #2B392B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B392B is #D4C6D4. Grayscale: #333333. Windows color (decimal): -13944533 or 2832683. OLE color: 2832683.
HSL color Cylindrical-coordinate representation of color #2B392B: hue angle of 120º degrees, saturation: 0.14, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #2B392B is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.
Color convert
RGB | 43 | 57 | 43 | - |
CMYK | 0.25 | 0 | 0.25 | 0.78 |
HSL | 120º | 0.14% | 0.2% | - |
HSV(B) | 120º | 0.25% | 0.22% | - |
XYZ | 2.9 | 3.61 | 2.83 | - |
YUV | 51.22 | 123.36 | 122.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 57 | 43 | 0.25 | 0 | 0.25 | 0.78 | 120 | 0.14 | 0.2 |
Hex | 2B | 39 | 2B | 19 | 0 | 19 | 4E | 78 | E | 14 |
Octal | 53 | 71 | 53 | 31 | 0 | 31 | 116 | 170 | 16 | 24 |
Binary | 101011 | 111001 | 101011 | 11001 | 0 | 11001 | 1001110 | 1111000 | 1110 | 10100 |
Color Harmonies of #2B392B
Complementary color
Monochromatic Colors of #2B392B
Black with #2B392B
Text Example
Text Example
White with #2B392B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B392B; }
p { color: rgb(43,57,43); }
H1.HeaderClassName
{
color: #2B392B;
}
.AnyTagClassName
{
color: #2B392B;
}
</style>
background-color css
<style>
a { background-color: #2B392B; }
a { background-color: rgb(43,57,43); }
div.DivClassName
{
background-color: #2B392B;
}
.BgClassName
{
background-color: #2B392B;
}
</style>
border-color css
<style>
span { border-color: #2B392B; }
span { border-color: rgb(43,57,43); }
td.TdClassName
{
border-color: #2B392B;
}
.TagClassName
{
border-color: #2B392B;
}
</style>