Shades of Turtle Green #275104
Tints of Turtle Green #275104
RGB
CMYK
RGB Variations
Color information
#275104 (or 0x275104) is known color: Turtle Green. HEX triplet: 27, 51 and 04. RGB value is (39,81,4). Sum of RGB (Red+Green+Blue) = 39+81+4=124 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.45% from 124); Green value is 81 (32.03% from 255 or 65.32% from 124); Blue value is 4 (1.95% from 255 or 3.23% from 124); Max value from RGB is 81 - color contains mainly: green. Hex color #275104 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #275104 is #D8AEFB. Grayscale: #3B3B3B. Windows color (decimal): -14200572 or 282919. OLE color: 282919.
HSL color Cylindrical-coordinate representation of color #275104: hue angle of 92.73º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #275104 is Cyan = 0.52, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 39 | 81 | 4 | - |
| CMYK | 0.52 | 0 | 0.95 | 0.68 |
| HSL | 92.73º | 0.91% | 0.17% | - |
| HSV(B) | 92.73º | 0.95% | 0.32% | - |
| XYZ | 3.8 | 6.32 | 1.14 | - |
| YUV | 59.66 | 96.59 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 81 | 4 | 0.52 | 0 | 0.95 | 0.68 | 92.73 | 0.91 | 0.17 |
| Hex | 27 | 51 | 4 | 34 | 0 | 5F | 44 | 5D | 5B | 11 |
| Octal | 47 | 121 | 4 | 64 | 0 | 137 | 104 | 135 | 133 | 21 |
| Binary | 100111 | 1010001 | 100 | 110100 | 0 | 1011111 | 1000100 | 1011101 | 1011011 | 10001 |
Color Harmonies of #275104
Complementary color
Monochromatic Colors of #275104
Black with #275104
Text Example
Text Example
White with #275104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275104; }
p { color: rgb(39,81,4); }
H1.HeaderClassName
{
color: #275104;
}
.AnyTagClassName
{
color: #275104;
}
</style>
background-color css
<style>
a { background-color: #275104; }
a { background-color: rgb(39,81,4); }
div.DivClassName
{
background-color: #275104;
}
.BgClassName
{
background-color: #275104;
}
</style>
border-color css
<style>
span { border-color: #275104; }
span { border-color: rgb(39,81,4); }
td.TdClassName
{
border-color: #275104;
}
.TagClassName
{
border-color: #275104;
}
</style>