Shades of Turtle Green #273104
Tints of Turtle Green #273104
RGB
CMYK
RGB Variations
Color information
#273104 (or 0x273104) is known color: Turtle Green. HEX triplet: 27, 31 and 04. RGB value is (39,49,4). Sum of RGB (Red+Green+Blue) = 39+49+4=92 (12% of max value = 765). Red value is 39 (15.62% from 255 or 42.39% from 92); Green value is 49 (19.53% from 255 or 53.26% from 92); Blue value is 4 (1.95% from 255 or 4.35% from 92); Max value from RGB is 49 - color contains mainly: green. Hex color #273104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273104 is #D8CEFB. Grayscale: #292929. Windows color (decimal): -14208764 or 274727. OLE color: 274727.
HSL color Cylindrical-coordinate representation of color #273104: hue angle of 73.33º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #273104 is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 39 | 49 | 4 | - |
| CMYK | 0.20 | 0 | 0.92 | 0.81 |
| HSL | 73.33º | 0.85% | 0.1% | - |
| HSV(B) | 73.33º | 0.92% | 0.19% | - |
| XYZ | 1.96 | 2.64 | 0.52 | - |
| YUV | 40.88 | 107.19 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 49 | 4 | 0.20 | 0 | 0.92 | 0.81 | 73.33 | 0.85 | 0.1 |
| Hex | 27 | 31 | 4 | 14 | 0 | 5C | 51 | 49 | 55 | A |
| Octal | 47 | 61 | 4 | 24 | 0 | 134 | 121 | 111 | 125 | 12 |
| Binary | 100111 | 110001 | 100 | 10100 | 0 | 1011100 | 1010001 | 1001001 | 1010101 | 1010 |
Color Harmonies of #273104
Complementary color
Monochromatic Colors of #273104
Black with #273104
Text Example
Text Example
White with #273104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273104; }
p { color: rgb(39,49,4); }
H1.HeaderClassName
{
color: #273104;
}
.AnyTagClassName
{
color: #273104;
}
</style>
background-color css
<style>
a { background-color: #273104; }
a { background-color: rgb(39,49,4); }
div.DivClassName
{
background-color: #273104;
}
.BgClassName
{
background-color: #273104;
}
</style>
border-color css
<style>
span { border-color: #273104; }
span { border-color: rgb(39,49,4); }
td.TdClassName
{
border-color: #273104;
}
.TagClassName
{
border-color: #273104;
}
</style>