Shades of Gordons Green #273F2D
Tints of Gordons Green #273F2D
RGB
CMYK
RGB Variations
Color information
#273F2D (or 0x273F2D) is known color: Gordons Green. HEX triplet: 27, 3F and 2D. RGB value is (39,63,45). Sum of RGB (Red+Green+Blue) = 39+63+45=147 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.53% from 147); Green value is 63 (25% from 255 or 42.86% from 147); Blue value is 45 (17.97% from 255 or 30.61% from 147); Max value from RGB is 63 - color contains mainly: green. Hex color #273F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273F2D is #D8C0D2. Grayscale: #353535. Windows color (decimal): -14205139 or 2965287. OLE color: 2965287.
HSL color Cylindrical-coordinate representation of color #273F2D: hue angle of 135º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #273F2D is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 39 | 63 | 45 | - |
| CMYK | 0.38 | 0 | 0.29 | 0.75 |
| HSL | 135º | 0.24% | 0.2% | - |
| HSV(B) | 135º | 0.38% | 0.25% | - |
| XYZ | 3.09 | 4.18 | 3.13 | - |
| YUV | 53.77 | 123.05 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 63 | 45 | 0.38 | 0 | 0.29 | 0.75 | 135 | 0.24 | 0.2 |
| Hex | 27 | 3F | 2D | 26 | 0 | 1D | 4B | 87 | 18 | 14 |
| Octal | 47 | 77 | 55 | 46 | 0 | 35 | 113 | 207 | 30 | 24 |
| Binary | 100111 | 111111 | 101101 | 100110 | 0 | 11101 | 1001011 | 10000111 | 11000 | 10100 |
Color Harmonies of #273F2D
Complementary color
Monochromatic Colors of #273F2D
Black with #273F2D
Text Example
Text Example
White with #273F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273F2D; }
p { color: rgb(39,63,45); }
H1.HeaderClassName
{
color: #273F2D;
}
.AnyTagClassName
{
color: #273F2D;
}
</style>
background-color css
<style>
a { background-color: #273F2D; }
a { background-color: rgb(39,63,45); }
div.DivClassName
{
background-color: #273F2D;
}
.BgClassName
{
background-color: #273F2D;
}
</style>
border-color css
<style>
span { border-color: #273F2D; }
span { border-color: rgb(39,63,45); }
td.TdClassName
{
border-color: #273F2D;
}
.TagClassName
{
border-color: #273F2D;
}
</style>