Shades of Gordons Green #273C2C
Tints of Gordons Green #273C2C
RGB
CMYK
RGB Variations
Color information
#273C2C (or 0x273C2C) is known color: Gordons Green. HEX triplet: 27, 3C and 2C. RGB value is (39,60,44). Sum of RGB (Red+Green+Blue) = 39+60+44=143 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.27% from 143); Green value is 60 (23.83% from 255 or 41.96% from 143); Blue value is 44 (17.58% from 255 or 30.77% from 143); Max value from RGB is 60 - color contains mainly: green. Hex color #273C2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273C2C is #D8C3D3. Grayscale: #333333. Windows color (decimal): -14205908 or 2898983. OLE color: 2898983.
HSL color Cylindrical-coordinate representation of color #273C2C: hue angle of 134.29º degrees, saturation: 0.21, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #273C2C is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 39 | 60 | 44 | - |
| CMYK | 0.35 | 0 | 0.27 | 0.76 |
| HSL | 134.29º | 0.21% | 0.19% | - |
| HSV(B) | 134.29º | 0.35% | 0.24% | - |
| XYZ | 2.91 | 3.84 | 2.97 | - |
| YUV | 51.9 | 123.54 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 60 | 44 | 0.35 | 0 | 0.27 | 0.76 | 134.29 | 0.21 | 0.19 |
| Hex | 27 | 3C | 2C | 23 | 0 | 1B | 4C | 86 | 15 | 13 |
| Octal | 47 | 74 | 54 | 43 | 0 | 33 | 114 | 206 | 25 | 23 |
| Binary | 100111 | 111100 | 101100 | 100011 | 0 | 11011 | 1001100 | 10000110 | 10101 | 10011 |
Color Harmonies of #273C2C
Complementary color
Monochromatic Colors of #273C2C
Black with #273C2C
Text Example
Text Example
White with #273C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273C2C; }
p { color: rgb(39,60,44); }
H1.HeaderClassName
{
color: #273C2C;
}
.AnyTagClassName
{
color: #273C2C;
}
</style>
background-color css
<style>
a { background-color: #273C2C; }
a { background-color: rgb(39,60,44); }
div.DivClassName
{
background-color: #273C2C;
}
.BgClassName
{
background-color: #273C2C;
}
</style>
border-color css
<style>
span { border-color: #273C2C; }
span { border-color: rgb(39,60,44); }
td.TdClassName
{
border-color: #273C2C;
}
.TagClassName
{
border-color: #273C2C;
}
</style>