Shades of Turtle Green #273307
Tints of Turtle Green #273307
RGB
CMYK
RGB Variations
Color information
#273307 (or 0x273307) is known color: Turtle Green. HEX triplet: 27, 33 and 07. RGB value is (39,51,7). Sum of RGB (Red+Green+Blue) = 39+51+7=97 (12% of max value = 765). Red value is 39 (15.62% from 255 or 40.21% from 97); Green value is 51 (20.31% from 255 or 52.58% from 97); Blue value is 7 (3.12% from 255 or 7.22% from 97); Max value from RGB is 51 - color contains mainly: green. Hex color #273307 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273307 is #D8CCF8. Grayscale: #2A2A2A. Windows color (decimal): -14208249 or 471847. OLE color: 471847.
HSL color Cylindrical-coordinate representation of color #273307: hue angle of 76.36º degrees, saturation: 0.76, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #273307 is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 39 | 51 | 7 | - |
| CMYK | 0.24 | 0 | 0.86 | 0.8 |
| HSL | 76.36º | 0.76% | 0.11% | - |
| HSV(B) | 76.36º | 0.86% | 0.2% | - |
| XYZ | 2.06 | 2.81 | 0.64 | - |
| YUV | 42.4 | 108.02 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 51 | 7 | 0.24 | 0 | 0.86 | 0.8 | 76.36 | 0.76 | 0.11 |
| Hex | 27 | 33 | 7 | 18 | 0 | 56 | 50 | 4C | 4C | B |
| Octal | 47 | 63 | 7 | 30 | 0 | 126 | 120 | 114 | 114 | 13 |
| Binary | 100111 | 110011 | 111 | 11000 | 0 | 1010110 | 1010000 | 1001100 | 1001100 | 1011 |
Color Harmonies of #273307
Complementary color
Monochromatic Colors of #273307
Black with #273307
Text Example
Text Example
White with #273307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273307; }
p { color: rgb(39,51,7); }
H1.HeaderClassName
{
color: #273307;
}
.AnyTagClassName
{
color: #273307;
}
</style>
background-color css
<style>
a { background-color: #273307; }
a { background-color: rgb(39,51,7); }
div.DivClassName
{
background-color: #273307;
}
.BgClassName
{
background-color: #273307;
}
</style>
border-color css
<style>
span { border-color: #273307; }
span { border-color: rgb(39,51,7); }
td.TdClassName
{
border-color: #273307;
}
.TagClassName
{
border-color: #273307;
}
</style>