Shades of Turtle Green #273205
Tints of Turtle Green #273205
RGB
CMYK
RGB Variations
Color information
#273205 (or 0x273205) is known color: Turtle Green. HEX triplet: 27, 32 and 05. RGB value is (39,50,5). Sum of RGB (Red+Green+Blue) = 39+50+5=94 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.49% from 94); Green value is 50 (19.92% from 255 or 53.19% from 94); Blue value is 5 (2.34% from 255 or 5.32% from 94); Max value from RGB is 50 - color contains mainly: green. Hex color #273205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273205 is #D8CDFA. Grayscale: #292929. Windows color (decimal): -14208507 or 340519. OLE color: 340519.
HSL color Cylindrical-coordinate representation of color #273205: hue angle of 74.67º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #273205 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 39 | 50 | 5 | - |
| CMYK | 0.22 | 0 | 0.90 | 0.80 |
| HSL | 74.67º | 0.82% | 0.11% | - |
| HSV(B) | 74.67º | 0.9% | 0.2% | - |
| XYZ | 2 | 2.72 | 0.56 | - |
| YUV | 41.58 | 107.36 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 50 | 5 | 0.22 | 0 | 0.90 | 0.80 | 74.67 | 0.82 | 0.11 |
| Hex | 27 | 32 | 5 | 16 | 0 | 5A | 50 | 4B | 52 | B |
| Octal | 47 | 62 | 5 | 26 | 0 | 132 | 120 | 113 | 122 | 13 |
| Binary | 100111 | 110010 | 101 | 10110 | 0 | 1011010 | 1010000 | 1001011 | 1010010 | 1011 |
Color Harmonies of #273205
Complementary color
Monochromatic Colors of #273205
Black with #273205
Text Example
Text Example
White with #273205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273205; }
p { color: rgb(39,50,5); }
H1.HeaderClassName
{
color: #273205;
}
.AnyTagClassName
{
color: #273205;
}
</style>
background-color css
<style>
a { background-color: #273205; }
a { background-color: rgb(39,50,5); }
div.DivClassName
{
background-color: #273205;
}
.BgClassName
{
background-color: #273205;
}
</style>
border-color css
<style>
span { border-color: #273205; }
span { border-color: rgb(39,50,5); }
td.TdClassName
{
border-color: #273205;
}
.TagClassName
{
border-color: #273205;
}
</style>