Shades of Gordons Green #273228
Tints of Gordons Green #273228
RGB
CMYK
RGB Variations
Color information
#273228 (or 0x273228) is known color: Gordons Green. HEX triplet: 27, 32 and 28. RGB value is (39,50,40). Sum of RGB (Red+Green+Blue) = 39+50+40=129 (17% of max value = 765). Red value is 39 (15.62% from 255 or 30.23% from 129); Green value is 50 (19.92% from 255 or 38.76% from 129); Blue value is 40 (16.02% from 255 or 31.01% from 129); Max value from RGB is 50 - color contains mainly: green. Hex color #273228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273228 is #D8CDD7. Grayscale: #2D2D2D. Windows color (decimal): -14208472 or 2634279. OLE color: 2634279.
HSL color Cylindrical-coordinate representation of color #273228: hue angle of 125.45º degrees, saturation: 0.12, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #273228 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 39 | 50 | 40 | - |
| CMYK | 0.22 | 0 | 0.20 | 0.80 |
| HSL | 125.45º | 0.12% | 0.17% | - |
| HSV(B) | 125.45º | 0.22% | 0.2% | - |
| XYZ | 2.36 | 2.87 | 2.44 | - |
| YUV | 45.57 | 124.86 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 50 | 40 | 0.22 | 0 | 0.20 | 0.80 | 125.45 | 0.12 | 0.17 |
| Hex | 27 | 32 | 28 | 16 | 0 | 14 | 50 | 7D | C | 11 |
| Octal | 47 | 62 | 50 | 26 | 0 | 24 | 120 | 175 | 14 | 21 |
| Binary | 100111 | 110010 | 101000 | 10110 | 0 | 10100 | 1010000 | 1111101 | 1100 | 10001 |
Color Harmonies of #273228
Complementary color
Monochromatic Colors of #273228
Black with #273228
Text Example
Text Example
White with #273228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273228; }
p { color: rgb(39,50,40); }
H1.HeaderClassName
{
color: #273228;
}
.AnyTagClassName
{
color: #273228;
}
</style>
background-color css
<style>
a { background-color: #273228; }
a { background-color: rgb(39,50,40); }
div.DivClassName
{
background-color: #273228;
}
.BgClassName
{
background-color: #273228;
}
</style>
border-color css
<style>
span { border-color: #273228; }
span { border-color: rgb(39,50,40); }
td.TdClassName
{
border-color: #273228;
}
.TagClassName
{
border-color: #273228;
}
</style>