Shades of Turtle Green #274708
Tints of Turtle Green #274708
RGB
CMYK
RGB Variations
Color information
#274708 (or 0x274708) is known color: Turtle Green. HEX triplet: 27, 47 and 08. RGB value is (39,71,8). Sum of RGB (Red+Green+Blue) = 39+71+8=118 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.05% from 118); Green value is 71 (28.12% from 255 or 60.17% from 118); Blue value is 8 (3.52% from 255 or 6.78% from 118); Max value from RGB is 71 - color contains mainly: green. Hex color #274708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274708 is #D8B8F7. Grayscale: #363636. Windows color (decimal): -14203128 or 542503. OLE color: 542503.
HSL color Cylindrical-coordinate representation of color #274708: hue angle of 90.48º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #274708 is Cyan = 0.45, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 39 | 71 | 8 | - |
| CMYK | 0.45 | 0 | 0.89 | 0.72 |
| HSL | 90.48º | 0.8% | 0.15% | - |
| HSV(B) | 90.48º | 0.89% | 0.28% | - |
| XYZ | 3.13 | 4.96 | 1.02 | - |
| YUV | 54.25 | 101.9 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 71 | 8 | 0.45 | 0 | 0.89 | 0.72 | 90.48 | 0.8 | 0.15 |
| Hex | 27 | 47 | 8 | 2D | 0 | 59 | 48 | 5A | 50 | F |
| Octal | 47 | 107 | 10 | 55 | 0 | 131 | 110 | 132 | 120 | 17 |
| Binary | 100111 | 1000111 | 1000 | 101101 | 0 | 1011001 | 1001000 | 1011010 | 1010000 | 1111 |
Color Harmonies of #274708
Complementary color
Monochromatic Colors of #274708
Black with #274708
Text Example
Text Example
White with #274708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274708; }
p { color: rgb(39,71,8); }
H1.HeaderClassName
{
color: #274708;
}
.AnyTagClassName
{
color: #274708;
}
</style>
background-color css
<style>
a { background-color: #274708; }
a { background-color: rgb(39,71,8); }
div.DivClassName
{
background-color: #274708;
}
.BgClassName
{
background-color: #274708;
}
</style>
border-color css
<style>
span { border-color: #274708; }
span { border-color: rgb(39,71,8); }
td.TdClassName
{
border-color: #274708;
}
.TagClassName
{
border-color: #274708;
}
</style>