Shades of Gordons Green #2C3D2F
Tints of Gordons Green #2C3D2F
RGB
CMYK
RGB Variations
Color information
#2C3D2F (or 0x2C3D2F) is known color: Gordons Green. HEX triplet: 2C, 3D and 2F. RGB value is (44,61,47). Sum of RGB (Red+Green+Blue) = 44+61+47=152 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.95% from 152); Green value is 61 (24.22% from 255 or 40.13% from 152); Blue value is 47 (18.75% from 255 or 30.92% from 152); Max value from RGB is 61 - color contains mainly: green. Hex color #2C3D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3D2F is #D3C2D0. Grayscale: #363636. Windows color (decimal): -13877969 or 3095852. OLE color: 3095852.
HSL color Cylindrical-coordinate representation of color #2C3D2F: hue angle of 130.59º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2C3D2F is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 44 | 61 | 47 | - |
| CMYK | 0.28 | 0 | 0.23 | 0.76 |
| HSL | 130.59º | 0.16% | 0.21% | - |
| HSV(B) | 130.59º | 0.28% | 0.24% | - |
| XYZ | 3.22 | 4.08 | 3.31 | - |
| YUV | 54.32 | 123.87 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 61 | 47 | 0.28 | 0 | 0.23 | 0.76 | 130.59 | 0.16 | 0.21 |
| Hex | 2C | 3D | 2F | 1C | 0 | 17 | 4C | 83 | 10 | 15 |
| Octal | 54 | 75 | 57 | 34 | 0 | 27 | 114 | 203 | 20 | 25 |
| Binary | 101100 | 111101 | 101111 | 11100 | 0 | 10111 | 1001100 | 10000011 | 10000 | 10101 |
Color Harmonies of #2C3D2F
Complementary color
Monochromatic Colors of #2C3D2F
Black with #2C3D2F
Text Example
Text Example
White with #2C3D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3D2F; }
p { color: rgb(44,61,47); }
H1.HeaderClassName
{
color: #2C3D2F;
}
.AnyTagClassName
{
color: #2C3D2F;
}
</style>
background-color css
<style>
a { background-color: #2C3D2F; }
a { background-color: rgb(44,61,47); }
div.DivClassName
{
background-color: #2C3D2F;
}
.BgClassName
{
background-color: #2C3D2F;
}
</style>
border-color css
<style>
span { border-color: #2C3D2F; }
span { border-color: rgb(44,61,47); }
td.TdClassName
{
border-color: #2C3D2F;
}
.TagClassName
{
border-color: #2C3D2F;
}
</style>