Shades of Turtle Green #273105
Tints of Turtle Green #273105
RGB
CMYK
RGB Variations
Color information
#273105 (or 0x273105) is known color: Turtle Green. HEX triplet: 27, 31 and 05. RGB value is (39,49,5). Sum of RGB (Red+Green+Blue) = 39+49+5=93 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.94% from 93); Green value is 49 (19.53% from 255 or 52.69% from 93); Blue value is 5 (2.34% from 255 or 5.38% from 93); Max value from RGB is 49 - color contains mainly: green. Hex color #273105 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273105 is #D8CEFA. Grayscale: #292929. Windows color (decimal): -14208763 or 340263. OLE color: 340263.
HSL color Cylindrical-coordinate representation of color #273105: hue angle of 73.64º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #273105 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 39 | 49 | 5 | - |
| CMYK | 0.20 | 0 | 0.90 | 0.81 |
| HSL | 73.64º | 0.81% | 0.11% | - |
| HSV(B) | 73.64º | 0.9% | 0.19% | - |
| XYZ | 1.96 | 2.64 | 0.55 | - |
| YUV | 40.99 | 107.69 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 49 | 5 | 0.20 | 0 | 0.90 | 0.81 | 73.64 | 0.81 | 0.11 |
| Hex | 27 | 31 | 5 | 14 | 0 | 5A | 51 | 4A | 51 | B |
| Octal | 47 | 61 | 5 | 24 | 0 | 132 | 121 | 112 | 121 | 13 |
| Binary | 100111 | 110001 | 101 | 10100 | 0 | 1011010 | 1010001 | 1001010 | 1010001 | 1011 |
Color Harmonies of #273105
Complementary color
Monochromatic Colors of #273105
Black with #273105
Text Example
Text Example
White with #273105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273105; }
p { color: rgb(39,49,5); }
H1.HeaderClassName
{
color: #273105;
}
.AnyTagClassName
{
color: #273105;
}
</style>
background-color css
<style>
a { background-color: #273105; }
a { background-color: rgb(39,49,5); }
div.DivClassName
{
background-color: #273105;
}
.BgClassName
{
background-color: #273105;
}
</style>
border-color css
<style>
span { border-color: #273105; }
span { border-color: rgb(39,49,5); }
td.TdClassName
{
border-color: #273105;
}
.TagClassName
{
border-color: #273105;
}
</style>