Shades of Turtle Green #273107
Tints of Turtle Green #273107
RGB
CMYK
RGB Variations
Color information
#273107 (or 0x273107) is known color: Turtle Green. HEX triplet: 27, 31 and 07. RGB value is (39,49,7). Sum of RGB (Red+Green+Blue) = 39+49+7=95 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.05% from 95); Green value is 49 (19.53% from 255 or 51.58% from 95); Blue value is 7 (3.12% from 255 or 7.37% from 95); Max value from RGB is 49 - color contains mainly: green. Hex color #273107 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273107 is #D8CEF8. Grayscale: #292929. Windows color (decimal): -14208761 or 471335. OLE color: 471335.
HSL color Cylindrical-coordinate representation of color #273107: hue angle of 74.29º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #273107 is Cyan = 0.20, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 39 | 49 | 7 | - |
| CMYK | 0.20 | 0 | 0.86 | 0.81 |
| HSL | 74.29º | 0.75% | 0.11% | - |
| HSV(B) | 74.29º | 0.86% | 0.19% | - |
| XYZ | 1.97 | 2.64 | 0.61 | - |
| YUV | 41.22 | 108.69 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 49 | 7 | 0.20 | 0 | 0.86 | 0.81 | 74.29 | 0.75 | 0.11 |
| Hex | 27 | 31 | 7 | 14 | 0 | 56 | 51 | 4A | 4B | B |
| Octal | 47 | 61 | 7 | 24 | 0 | 126 | 121 | 112 | 113 | 13 |
| Binary | 100111 | 110001 | 111 | 10100 | 0 | 1010110 | 1010001 | 1001010 | 1001011 | 1011 |
Color Harmonies of #273107
Complementary color
Monochromatic Colors of #273107
Black with #273107
Text Example
Text Example
White with #273107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273107; }
p { color: rgb(39,49,7); }
H1.HeaderClassName
{
color: #273107;
}
.AnyTagClassName
{
color: #273107;
}
</style>
background-color css
<style>
a { background-color: #273107; }
a { background-color: rgb(39,49,7); }
div.DivClassName
{
background-color: #273107;
}
.BgClassName
{
background-color: #273107;
}
</style>
border-color css
<style>
span { border-color: #273107; }
span { border-color: rgb(39,49,7); }
td.TdClassName
{
border-color: #273107;
}
.TagClassName
{
border-color: #273107;
}
</style>