Shades of Turtle Green #273408
Tints of Turtle Green #273408
RGB
CMYK
RGB Variations
Color information
#273408 (or 0x273408) is known color: Turtle Green. HEX triplet: 27, 34 and 08. RGB value is (39,52,8). Sum of RGB (Red+Green+Blue) = 39+52+8=99 (13% of max value = 765). Red value is 39 (15.62% from 255 or 39.39% from 99); Green value is 52 (20.70% from 255 or 52.53% from 99); Blue value is 8 (3.52% from 255 or 8.08% from 99); Max value from RGB is 52 - color contains mainly: green. Hex color #273408 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273408 is #D8CBF7. Grayscale: #2B2B2B. Windows color (decimal): -14207992 or 537639. OLE color: 537639.
HSL color Cylindrical-coordinate representation of color #273408: hue angle of 77.73º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #273408 is Cyan = 0.25, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 39 | 52 | 8 | - |
| CMYK | 0.25 | 0 | 0.85 | 0.80 |
| HSL | 77.73º | 0.73% | 0.12% | - |
| HSV(B) | 77.73º | 0.85% | 0.2% | - |
| XYZ | 2.11 | 2.9 | 0.68 | - |
| YUV | 43.1 | 108.19 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 52 | 8 | 0.25 | 0 | 0.85 | 0.80 | 77.73 | 0.73 | 0.12 |
| Hex | 27 | 34 | 8 | 19 | 0 | 55 | 50 | 4E | 49 | C |
| Octal | 47 | 64 | 10 | 31 | 0 | 125 | 120 | 116 | 111 | 14 |
| Binary | 100111 | 110100 | 1000 | 11001 | 0 | 1010101 | 1010000 | 1001110 | 1001001 | 1100 |
Color Harmonies of #273408
Complementary color
Monochromatic Colors of #273408
Black with #273408
Text Example
Text Example
White with #273408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273408; }
p { color: rgb(39,52,8); }
H1.HeaderClassName
{
color: #273408;
}
.AnyTagClassName
{
color: #273408;
}
</style>
background-color css
<style>
a { background-color: #273408; }
a { background-color: rgb(39,52,8); }
div.DivClassName
{
background-color: #273408;
}
.BgClassName
{
background-color: #273408;
}
</style>
border-color css
<style>
span { border-color: #273408; }
span { border-color: rgb(39,52,8); }
td.TdClassName
{
border-color: #273408;
}
.TagClassName
{
border-color: #273408;
}
</style>