Shades of Turtle Green #273204
Tints of Turtle Green #273204
RGB
CMYK
RGB Variations
Color information
#273204 (or 0x273204) is known color: Turtle Green. HEX triplet: 27, 32 and 04. RGB value is (39,50,4). Sum of RGB (Red+Green+Blue) = 39+50+4=93 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.94% from 93); Green value is 50 (19.92% from 255 or 53.76% from 93); Blue value is 4 (1.95% from 255 or 4.30% from 93); Max value from RGB is 50 - color contains mainly: green. Hex color #273204 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273204 is #D8CDFB. Grayscale: #292929. Windows color (decimal): -14208508 or 274983. OLE color: 274983.
HSL color Cylindrical-coordinate representation of color #273204: hue angle of 74.35º 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 #273204 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 39 | 50 | 4 | - |
| CMYK | 0.22 | 0 | 0.92 | 0.80 |
| HSL | 74.35º | 0.85% | 0.11% | - |
| HSV(B) | 74.35º | 0.92% | 0.2% | - |
| XYZ | 2 | 2.72 | 0.53 | - |
| YUV | 41.47 | 106.86 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 50 | 4 | 0.22 | 0 | 0.92 | 0.80 | 74.35 | 0.85 | 0.11 |
| Hex | 27 | 32 | 4 | 16 | 0 | 5C | 50 | 4A | 55 | B |
| Octal | 47 | 62 | 4 | 26 | 0 | 134 | 120 | 112 | 125 | 13 |
| Binary | 100111 | 110010 | 100 | 10110 | 0 | 1011100 | 1010000 | 1001010 | 1010101 | 1011 |
Color Harmonies of #273204
Complementary color
Monochromatic Colors of #273204
Black with #273204
Text Example
Text Example
White with #273204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273204; }
p { color: rgb(39,50,4); }
H1.HeaderClassName
{
color: #273204;
}
.AnyTagClassName
{
color: #273204;
}
</style>
background-color css
<style>
a { background-color: #273204; }
a { background-color: rgb(39,50,4); }
div.DivClassName
{
background-color: #273204;
}
.BgClassName
{
background-color: #273204;
}
</style>
border-color css
<style>
span { border-color: #273204; }
span { border-color: rgb(39,50,4); }
td.TdClassName
{
border-color: #273204;
}
.TagClassName
{
border-color: #273204;
}
</style>