Shades of Turtle Green #273C05
Tints of Turtle Green #273C05
RGB
CMYK
RGB Variations
Color information
#273C05 (or 0x273C05) is known color: Turtle Green. HEX triplet: 27, 3C and 05. RGB value is (39,60,5). Sum of RGB (Red+Green+Blue) = 39+60+5=104 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.5% from 104); Green value is 60 (23.83% from 255 or 57.69% from 104); Blue value is 5 (2.34% from 255 or 4.81% from 104); Max value from RGB is 60 - color contains mainly: green. Hex color #273C05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273C05 is #D8C3FA. Grayscale: #2F2F2F. Windows color (decimal): -14205947 or 343079. OLE color: 343079.
HSL color Cylindrical-coordinate representation of color #273C05: hue angle of 82.91º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #273C05 is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 39 | 60 | 5 | - |
| CMYK | 0.35 | 0 | 0.92 | 0.76 |
| HSL | 82.91º | 0.85% | 0.13% | - |
| HSV(B) | 82.91º | 0.92% | 0.24% | - |
| XYZ | 2.48 | 3.67 | 0.72 | - |
| YUV | 47.45 | 104.04 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 60 | 5 | 0.35 | 0 | 0.92 | 0.76 | 82.91 | 0.85 | 0.13 |
| Hex | 27 | 3C | 5 | 23 | 0 | 5C | 4C | 53 | 55 | D |
| Octal | 47 | 74 | 5 | 43 | 0 | 134 | 114 | 123 | 125 | 15 |
| Binary | 100111 | 111100 | 101 | 100011 | 0 | 1011100 | 1001100 | 1010011 | 1010101 | 1101 |
Color Harmonies of #273C05
Complementary color
Monochromatic Colors of #273C05
Black with #273C05
Text Example
Text Example
White with #273C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273C05; }
p { color: rgb(39,60,5); }
H1.HeaderClassName
{
color: #273C05;
}
.AnyTagClassName
{
color: #273C05;
}
</style>
background-color css
<style>
a { background-color: #273C05; }
a { background-color: rgb(39,60,5); }
div.DivClassName
{
background-color: #273C05;
}
.BgClassName
{
background-color: #273C05;
}
</style>
border-color css
<style>
span { border-color: #273C05; }
span { border-color: rgb(39,60,5); }
td.TdClassName
{
border-color: #273C05;
}
.TagClassName
{
border-color: #273C05;
}
</style>