Shades of Turtle Green #273C06
Tints of Turtle Green #273C06
RGB
CMYK
RGB Variations
Color information
#273C06 (or 0x273C06) is known color: Turtle Green. HEX triplet: 27, 3C and 06. RGB value is (39,60,6). Sum of RGB (Red+Green+Blue) = 39+60+6=105 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.14% from 105); Green value is 60 (23.83% from 255 or 57.14% from 105); Blue value is 6 (2.73% from 255 or 5.71% from 105); Max value from RGB is 60 - color contains mainly: green. Hex color #273C06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273C06 is #D8C3F9. Grayscale: #2F2F2F. Windows color (decimal): -14205946 or 408615. OLE color: 408615.
HSL color Cylindrical-coordinate representation of color #273C06: hue angle of 83.33º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #273C06 is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 39 | 60 | 6 | - |
| CMYK | 0.35 | 0 | 0.90 | 0.76 |
| HSL | 83.33º | 0.82% | 0.13% | - |
| HSV(B) | 83.33º | 0.9% | 0.24% | - |
| XYZ | 2.49 | 3.68 | 0.75 | - |
| YUV | 47.57 | 104.54 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 60 | 6 | 0.35 | 0 | 0.90 | 0.76 | 83.33 | 0.82 | 0.13 |
| Hex | 27 | 3C | 6 | 23 | 0 | 5A | 4C | 53 | 52 | D |
| Octal | 47 | 74 | 6 | 43 | 0 | 132 | 114 | 123 | 122 | 15 |
| Binary | 100111 | 111100 | 110 | 100011 | 0 | 1011010 | 1001100 | 1010011 | 1010010 | 1101 |
Color Harmonies of #273C06
Complementary color
Monochromatic Colors of #273C06
Black with #273C06
Text Example
Text Example
White with #273C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273C06; }
p { color: rgb(39,60,6); }
H1.HeaderClassName
{
color: #273C06;
}
.AnyTagClassName
{
color: #273C06;
}
</style>
background-color css
<style>
a { background-color: #273C06; }
a { background-color: rgb(39,60,6); }
div.DivClassName
{
background-color: #273C06;
}
.BgClassName
{
background-color: #273C06;
}
</style>
border-color css
<style>
span { border-color: #273C06; }
span { border-color: rgb(39,60,6); }
td.TdClassName
{
border-color: #273C06;
}
.TagClassName
{
border-color: #273C06;
}
</style>