Shades of Turtle Green #273106
Tints of Turtle Green #273106
RGB
CMYK
RGB Variations
Color information
#273106 (or 0x273106) is known color: Turtle Green. HEX triplet: 27, 31 and 06. RGB value is (39,49,6). Sum of RGB (Red+Green+Blue) = 39+49+6=94 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.49% from 94); Green value is 49 (19.53% from 255 or 52.13% from 94); Blue value is 6 (2.73% from 255 or 6.38% from 94); Max value from RGB is 49 - color contains mainly: green. Hex color #273106 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273106 is #D8CEF9. Grayscale: #292929. Windows color (decimal): -14208762 or 405799. OLE color: 405799.
HSL color Cylindrical-coordinate representation of color #273106: hue angle of 73.95º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #273106 is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 39 | 49 | 6 | - |
| CMYK | 0.20 | 0 | 0.88 | 0.81 |
| HSL | 73.95º | 0.78% | 0.11% | - |
| HSV(B) | 73.95º | 0.88% | 0.19% | - |
| XYZ | 1.97 | 2.64 | 0.58 | - |
| YUV | 41.11 | 108.19 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 49 | 6 | 0.20 | 0 | 0.88 | 0.81 | 73.95 | 0.78 | 0.11 |
| Hex | 27 | 31 | 6 | 14 | 0 | 58 | 51 | 4A | 4E | B |
| Octal | 47 | 61 | 6 | 24 | 0 | 130 | 121 | 112 | 116 | 13 |
| Binary | 100111 | 110001 | 110 | 10100 | 0 | 1011000 | 1010001 | 1001010 | 1001110 | 1011 |
Color Harmonies of #273106
Complementary color
Monochromatic Colors of #273106
Black with #273106
Text Example
Text Example
White with #273106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273106; }
p { color: rgb(39,49,6); }
H1.HeaderClassName
{
color: #273106;
}
.AnyTagClassName
{
color: #273106;
}
</style>
background-color css
<style>
a { background-color: #273106; }
a { background-color: rgb(39,49,6); }
div.DivClassName
{
background-color: #273106;
}
.BgClassName
{
background-color: #273106;
}
</style>
border-color css
<style>
span { border-color: #273106; }
span { border-color: rgb(39,49,6); }
td.TdClassName
{
border-color: #273106;
}
.TagClassName
{
border-color: #273106;
}
</style>