Shades of Gordons Green #2A2F2B
Tints of Gordons Green #2A2F2B
RGB
CMYK
RGB Variations
Color information
#2A2F2B (or 0x2A2F2B) is known color: Gordons Green. HEX triplet: 2A, 2F and 2B. RGB value is (42,47,43). Sum of RGB (Red+Green+Blue) = 42+47+43=132 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.82% from 132); Green value is 47 (18.75% from 255 or 35.61% from 132); Blue value is 43 (17.19% from 255 or 32.58% from 132); Max value from RGB is 47 - color contains mainly: green. Hex color #2A2F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2F2B is #D5D0D4. Grayscale: #2D2D2D. Windows color (decimal): -14012629 or 2830122. OLE color: 2830122.
HSL color Cylindrical-coordinate representation of color #2A2F2B: hue angle of 132º degrees, saturation: 0.06, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #2A2F2B is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.82.
Color convert
RGB | 42 | 47 | 43 | - |
CMYK | 0.11 | 0 | 0.09 | 0.82 |
HSL | 132º | 0.06% | 0.17% | - |
HSV(B) | 132º | 0.11% | 0.18% | - |
XYZ | 2.41 | 2.7 | 2.68 | - |
YUV | 45.05 | 126.84 | 125.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 42 | 47 | 43 | 0.11 | 0 | 0.09 | 0.82 | 132 | 0.06 | 0.17 |
Hex | 2A | 2F | 2B | B | 0 | 9 | 52 | 84 | 6 | 11 |
Octal | 52 | 57 | 53 | 13 | 0 | 11 | 122 | 204 | 6 | 21 |
Binary | 101010 | 101111 | 101011 | 1011 | 0 | 1001 | 1010010 | 10000100 | 110 | 10001 |
Color Harmonies of #2A2F2B
Complementary color
Monochromatic Colors of #2A2F2B
Black with #2A2F2B
Text Example
Text Example
White with #2A2F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2F2B; }
p { color: rgb(42,47,43); }
H1.HeaderClassName
{
color: #2A2F2B;
}
.AnyTagClassName
{
color: #2A2F2B;
}
</style>
background-color css
<style>
a { background-color: #2A2F2B; }
a { background-color: rgb(42,47,43); }
div.DivClassName
{
background-color: #2A2F2B;
}
.BgClassName
{
background-color: #2A2F2B;
}
</style>
border-color css
<style>
span { border-color: #2A2F2B; }
span { border-color: rgb(42,47,43); }
td.TdClassName
{
border-color: #2A2F2B;
}
.TagClassName
{
border-color: #2A2F2B;
}
</style>