Shades of Gordons Green #2F3C2F
Tints of Gordons Green #2F3C2F
RGB
CMYK
RGB Variations
Color information
#2F3C2F (or 0x2F3C2F) is known color: Gordons Green. HEX triplet: 2F, 3C and 2F. RGB value is (47,60,47). Sum of RGB (Red+Green+Blue) = 47+60+47=154 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.52% from 154); Green value is 60 (23.83% from 255 or 38.96% from 154); Blue value is 47 (18.75% from 255 or 30.52% from 154); Max value from RGB is 60 - color contains mainly: green. Hex color #2F3C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3C2F is #D0C3D0. Grayscale: #363636. Windows color (decimal): -13681617 or 3095599. OLE color: 3095599.
HSL color Cylindrical-coordinate representation of color #2F3C2F: hue angle of 120º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #2F3C2F is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 47 | 60 | 47 | - |
| CMYK | 0.22 | 0 | 0.22 | 0.76 |
| HSL | 120º | 0.12% | 0.21% | - |
| HSV(B) | 120º | 0.22% | 0.24% | - |
| XYZ | 3.3 | 4.04 | 3.3 | - |
| YUV | 54.63 | 123.69 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 60 | 47 | 0.22 | 0 | 0.22 | 0.76 | 120 | 0.12 | 0.21 |
| Hex | 2F | 3C | 2F | 16 | 0 | 16 | 4C | 78 | C | 15 |
| Octal | 57 | 74 | 57 | 26 | 0 | 26 | 114 | 170 | 14 | 25 |
| Binary | 101111 | 111100 | 101111 | 10110 | 0 | 10110 | 1001100 | 1111000 | 1100 | 10101 |
Color Harmonies of #2F3C2F
Complementary color
Monochromatic Colors of #2F3C2F
Black with #2F3C2F
Text Example
Text Example
White with #2F3C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3C2F; }
p { color: rgb(47,60,47); }
H1.HeaderClassName
{
color: #2F3C2F;
}
.AnyTagClassName
{
color: #2F3C2F;
}
</style>
background-color css
<style>
a { background-color: #2F3C2F; }
a { background-color: rgb(47,60,47); }
div.DivClassName
{
background-color: #2F3C2F;
}
.BgClassName
{
background-color: #2F3C2F;
}
</style>
border-color css
<style>
span { border-color: #2F3C2F; }
span { border-color: rgb(47,60,47); }
td.TdClassName
{
border-color: #2F3C2F;
}
.TagClassName
{
border-color: #2F3C2F;
}
</style>