Shades of Gordons Green #2F3B30
Tints of Gordons Green #2F3B30
RGB
CMYK
RGB Variations
Color information
#2F3B30 (or 0x2F3B30) is known color: Gordons Green. HEX triplet: 2F, 3B and 30. RGB value is (47,59,48). Sum of RGB (Red+Green+Blue) = 47+59+48=154 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.52% from 154); Green value is 59 (23.44% from 255 or 38.31% from 154); Blue value is 48 (19.14% from 255 or 31.17% from 154); Max value from RGB is 59 - color contains mainly: green. Hex color #2F3B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3B30 is #D0C4CF. Grayscale: #363636. Windows color (decimal): -13681872 or 3160879. OLE color: 3160879.
HSL color Cylindrical-coordinate representation of color #2F3B30: hue angle of 125º degrees, saturation: 0.11, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #2F3B30 is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 47 | 59 | 48 | - |
| CMYK | 0.20 | 0 | 0.19 | 0.77 |
| HSL | 125º | 0.11% | 0.21% | - |
| HSV(B) | 125º | 0.2% | 0.23% | - |
| XYZ | 3.27 | 3.95 | 3.39 | - |
| YUV | 54.16 | 124.52 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 59 | 48 | 0.20 | 0 | 0.19 | 0.77 | 125 | 0.11 | 0.21 |
| Hex | 2F | 3B | 30 | 14 | 0 | 13 | 4D | 7D | B | 15 |
| Octal | 57 | 73 | 60 | 24 | 0 | 23 | 115 | 175 | 13 | 25 |
| Binary | 101111 | 111011 | 110000 | 10100 | 0 | 10011 | 1001101 | 1111101 | 1011 | 10101 |
Color Harmonies of #2F3B30
Complementary color
Monochromatic Colors of #2F3B30
Black with #2F3B30
Text Example
Text Example
White with #2F3B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3B30; }
p { color: rgb(47,59,48); }
H1.HeaderClassName
{
color: #2F3B30;
}
.AnyTagClassName
{
color: #2F3B30;
}
</style>
background-color css
<style>
a { background-color: #2F3B30; }
a { background-color: rgb(47,59,48); }
div.DivClassName
{
background-color: #2F3B30;
}
.BgClassName
{
background-color: #2F3B30;
}
</style>
border-color css
<style>
span { border-color: #2F3B30; }
span { border-color: rgb(47,59,48); }
td.TdClassName
{
border-color: #2F3B30;
}
.TagClassName
{
border-color: #2F3B30;
}
</style>