Shades of Turtle Green #273700
Tints of Turtle Green #273700
RGB
CMYK
RGB Variations
Color information
#273700 (or 0x273700) is known color: Turtle Green. HEX triplet: 27, 37 and 00. RGB value is (39,55,0). Sum of RGB (Red+Green+Blue) = 39+55+0=94 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.49% from 94); Green value is 55 (21.88% from 255 or 58.51% from 94); Blue value is 0 (0.39% from 255 or 0% from 94); Max value from RGB is 55 - color contains mainly: green. Hex color #273700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273700 is #D8C8FF. Grayscale: #2C2C2C. Windows color (decimal): -14207232 or 14119. OLE color: 14119.
HSL color Cylindrical-coordinate representation of color #273700: hue angle of 77.45º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #273700 is Cyan = 0.29, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 39 | 55 | 0 | - |
| CMYK | 0.29 | 0 | 1 | 0.78 |
| HSL | 77.45º | 1% | 0.11% | - |
| HSV(B) | 77.45º | 1% | 0.22% | - |
| XYZ | 2.2 | 3.16 | 0.49 | - |
| YUV | 43.95 | 103.2 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 55 | 0 | 0.29 | 0 | 1 | 0.78 | 77.45 | 1 | 0.11 |
| Hex | 27 | 37 | 0 | 1D | 0 | 64 | 4E | 4D | 64 | B |
| Octal | 47 | 67 | 0 | 35 | 0 | 144 | 116 | 115 | 144 | 13 |
| Binary | 100111 | 110111 | 0 | 11101 | 0 | 1100100 | 1001110 | 1001101 | 1100100 | 1011 |
Color Harmonies of #273700
Complementary color
Monochromatic Colors of #273700
Black with #273700
Text Example
Text Example
White with #273700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273700; }
p { color: rgb(39,55,0); }
H1.HeaderClassName
{
color: #273700;
}
.AnyTagClassName
{
color: #273700;
}
</style>
background-color css
<style>
a { background-color: #273700; }
a { background-color: rgb(39,55,0); }
div.DivClassName
{
background-color: #273700;
}
.BgClassName
{
background-color: #273700;
}
</style>
border-color css
<style>
span { border-color: #273700; }
span { border-color: rgb(39,55,0); }
td.TdClassName
{
border-color: #273700;
}
.TagClassName
{
border-color: #273700;
}
</style>