Shades of Gordons Green #273E2D
Tints of Gordons Green #273E2D
RGB
CMYK
RGB Variations
Color information
#273E2D (or 0x273E2D) is known color: Gordons Green. HEX triplet: 27, 3E and 2D. RGB value is (39,62,45). Sum of RGB (Red+Green+Blue) = 39+62+45=146 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.71% from 146); Green value is 62 (24.61% from 255 or 42.47% from 146); Blue value is 45 (17.97% from 255 or 30.82% from 146); Max value from RGB is 62 - color contains mainly: green. Hex color #273E2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273E2D is #D8C1D2. Grayscale: #353535. Windows color (decimal): -14205395 or 2965031. OLE color: 2965031.
HSL color Cylindrical-coordinate representation of color #273E2D: hue angle of 135.65º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #273E2D is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 39 | 62 | 45 | - |
| CMYK | 0.37 | 0 | 0.27 | 0.76 |
| HSL | 135.65º | 0.23% | 0.2% | - |
| HSV(B) | 135.65º | 0.37% | 0.24% | - |
| XYZ | 3.03 | 4.07 | 3.11 | - |
| YUV | 53.19 | 123.38 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 62 | 45 | 0.37 | 0 | 0.27 | 0.76 | 135.65 | 0.23 | 0.2 |
| Hex | 27 | 3E | 2D | 25 | 0 | 1B | 4C | 88 | 17 | 14 |
| Octal | 47 | 76 | 55 | 45 | 0 | 33 | 114 | 210 | 27 | 24 |
| Binary | 100111 | 111110 | 101101 | 100101 | 0 | 11011 | 1001100 | 10001000 | 10111 | 10100 |
Color Harmonies of #273E2D
Complementary color
Monochromatic Colors of #273E2D
Black with #273E2D
Text Example
Text Example
White with #273E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273E2D; }
p { color: rgb(39,62,45); }
H1.HeaderClassName
{
color: #273E2D;
}
.AnyTagClassName
{
color: #273E2D;
}
</style>
background-color css
<style>
a { background-color: #273E2D; }
a { background-color: rgb(39,62,45); }
div.DivClassName
{
background-color: #273E2D;
}
.BgClassName
{
background-color: #273E2D;
}
</style>
border-color css
<style>
span { border-color: #273E2D; }
span { border-color: rgb(39,62,45); }
td.TdClassName
{
border-color: #273E2D;
}
.TagClassName
{
border-color: #273E2D;
}
</style>