Shades of Turtle Green #273400
Tints of Turtle Green #273400
RGB
CMYK
RGB Variations
Color information
#273400 (or 0x273400) is known color: Turtle Green. HEX triplet: 27, 34 and 00. RGB value is (39,52,0). Sum of RGB (Red+Green+Blue) = 39+52+0=91 (12% of max value = 765). Red value is 39 (15.62% from 255 or 42.86% from 91); Green value is 52 (20.70% from 255 or 57.14% from 91); Blue value is 0 (0.39% from 255 or 0% from 91); Max value from RGB is 52 - color contains mainly: green. Hex color #273400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273400 is #D8CBFF. Grayscale: #2A2A2A. Windows color (decimal): -14208000 or 13351. OLE color: 13351.
HSL color Cylindrical-coordinate representation of color #273400: hue angle of 75º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #273400 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 39 | 52 | 0 | - |
| CMYK | 0.25 | 0 | 1 | 0.80 |
| HSL | 75º | 1% | 0.1% | - |
| HSV(B) | 75º | 1% | 0.2% | - |
| XYZ | 2.06 | 2.89 | 0.45 | - |
| YUV | 42.19 | 104.19 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 52 | 0 | 0.25 | 0 | 1 | 0.80 | 75 | 1 | 0.1 |
| Hex | 27 | 34 | 0 | 19 | 0 | 64 | 50 | 4B | 64 | A |
| Octal | 47 | 64 | 0 | 31 | 0 | 144 | 120 | 113 | 144 | 12 |
| Binary | 100111 | 110100 | 0 | 11001 | 0 | 1100100 | 1010000 | 1001011 | 1100100 | 1010 |
Color Harmonies of #273400
Complementary color
Monochromatic Colors of #273400
Black with #273400
Text Example
Text Example
White with #273400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273400; }
p { color: rgb(39,52,0); }
H1.HeaderClassName
{
color: #273400;
}
.AnyTagClassName
{
color: #273400;
}
</style>
background-color css
<style>
a { background-color: #273400; }
a { background-color: rgb(39,52,0); }
div.DivClassName
{
background-color: #273400;
}
.BgClassName
{
background-color: #273400;
}
</style>
border-color css
<style>
span { border-color: #273400; }
span { border-color: rgb(39,52,0); }
td.TdClassName
{
border-color: #273400;
}
.TagClassName
{
border-color: #273400;
}
</style>