Shades of Turtle Green #273006
Tints of Turtle Green #273006
RGB
CMYK
RGB Variations
Color information
#273006 (or 0x273006) is known color: Turtle Green. HEX triplet: 27, 30 and 06. RGB value is (39,48,6). Sum of RGB (Red+Green+Blue) = 39+48+6=93 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.94% from 93); Green value is 48 (19.14% from 255 or 51.61% from 93); Blue value is 6 (2.73% from 255 or 6.45% from 93); Max value from RGB is 48 - color contains mainly: green. Hex color #273006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273006 is #D8CFF9. Grayscale: #282828. Windows color (decimal): -14209018 or 405543. OLE color: 405543.
HSL color Cylindrical-coordinate representation of color #273006: hue angle of 72.86º 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 #273006 is Cyan = 0.19, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 39 | 48 | 6 | - |
| CMYK | 0.19 | 0 | 0.87 | 0.81 |
| HSL | 72.86º | 0.78% | 0.11% | - |
| HSV(B) | 72.86º | 0.88% | 0.19% | - |
| XYZ | 1.93 | 2.56 | 0.56 | - |
| YUV | 40.52 | 108.52 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 48 | 6 | 0.19 | 0 | 0.87 | 0.81 | 72.86 | 0.78 | 0.11 |
| Hex | 27 | 30 | 6 | 13 | 0 | 57 | 51 | 49 | 4E | B |
| Octal | 47 | 60 | 6 | 23 | 0 | 127 | 121 | 111 | 116 | 13 |
| Binary | 100111 | 110000 | 110 | 10011 | 0 | 1010111 | 1010001 | 1001001 | 1001110 | 1011 |
Color Harmonies of #273006
Complementary color
Monochromatic Colors of #273006
Black with #273006
Text Example
Text Example
White with #273006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273006; }
p { color: rgb(39,48,6); }
H1.HeaderClassName
{
color: #273006;
}
.AnyTagClassName
{
color: #273006;
}
</style>
background-color css
<style>
a { background-color: #273006; }
a { background-color: rgb(39,48,6); }
div.DivClassName
{
background-color: #273006;
}
.BgClassName
{
background-color: #273006;
}
</style>
border-color css
<style>
span { border-color: #273006; }
span { border-color: rgb(39,48,6); }
td.TdClassName
{
border-color: #273006;
}
.TagClassName
{
border-color: #273006;
}
</style>