Shades of Turtle Green #273304
Tints of Turtle Green #273304
RGB
CMYK
RGB Variations
Color information
#273304 (or 0x273304) is known color: Turtle Green. HEX triplet: 27, 33 and 04. RGB value is (39,51,4). Sum of RGB (Red+Green+Blue) = 39+51+4=94 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.49% from 94); Green value is 51 (20.31% from 255 or 54.26% from 94); Blue value is 4 (1.95% from 255 or 4.26% from 94); Max value from RGB is 51 - color contains mainly: green. Hex color #273304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273304 is #D8CCFB. Grayscale: #2A2A2A. Windows color (decimal): -14208252 or 275239. OLE color: 275239.
HSL color Cylindrical-coordinate representation of color #273304: hue angle of 75.32º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #273304 is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 39 | 51 | 4 | - |
| CMYK | 0.24 | 0 | 0.92 | 0.8 |
| HSL | 75.32º | 0.85% | 0.11% | - |
| HSV(B) | 75.32º | 0.92% | 0.2% | - |
| XYZ | 2.04 | 2.81 | 0.55 | - |
| YUV | 42.05 | 106.52 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 51 | 4 | 0.24 | 0 | 0.92 | 0.8 | 75.32 | 0.85 | 0.11 |
| Hex | 27 | 33 | 4 | 18 | 0 | 5C | 50 | 4B | 55 | B |
| Octal | 47 | 63 | 4 | 30 | 0 | 134 | 120 | 113 | 125 | 13 |
| Binary | 100111 | 110011 | 100 | 11000 | 0 | 1011100 | 1010000 | 1001011 | 1010101 | 1011 |
Color Harmonies of #273304
Complementary color
Monochromatic Colors of #273304
Black with #273304
Text Example
Text Example
White with #273304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273304; }
p { color: rgb(39,51,4); }
H1.HeaderClassName
{
color: #273304;
}
.AnyTagClassName
{
color: #273304;
}
</style>
background-color css
<style>
a { background-color: #273304; }
a { background-color: rgb(39,51,4); }
div.DivClassName
{
background-color: #273304;
}
.BgClassName
{
background-color: #273304;
}
</style>
border-color css
<style>
span { border-color: #273304; }
span { border-color: rgb(39,51,4); }
td.TdClassName
{
border-color: #273304;
}
.TagClassName
{
border-color: #273304;
}
</style>