Shades of Turtle Green #274307
Tints of Turtle Green #274307
RGB
CMYK
RGB Variations
Color information
#274307 (or 0x274307) is known color: Turtle Green. HEX triplet: 27, 43 and 07. RGB value is (39,67,7). Sum of RGB (Red+Green+Blue) = 39+67+7=113 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.51% from 113); Green value is 67 (26.56% from 255 or 59.29% from 113); Blue value is 7 (3.12% from 255 or 6.19% from 113); Max value from RGB is 67 - color contains mainly: green. Hex color #274307 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274307 is #D8BCF8. Grayscale: #343434. Windows color (decimal): -14204153 or 475943. OLE color: 475943.
HSL color Cylindrical-coordinate representation of color #274307: hue angle of 88º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #274307 is Cyan = 0.42, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 39 | 67 | 7 | - |
| CMYK | 0.42 | 0 | 0.90 | 0.74 |
| HSL | 88º | 0.81% | 0.15% | - |
| HSV(B) | 88º | 0.9% | 0.26% | - |
| XYZ | 2.88 | 4.46 | 0.91 | - |
| YUV | 51.79 | 102.72 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 67 | 7 | 0.42 | 0 | 0.90 | 0.74 | 88 | 0.81 | 0.15 |
| Hex | 27 | 43 | 7 | 2A | 0 | 5A | 4A | 58 | 51 | F |
| Octal | 47 | 103 | 7 | 52 | 0 | 132 | 112 | 130 | 121 | 17 |
| Binary | 100111 | 1000011 | 111 | 101010 | 0 | 1011010 | 1001010 | 1011000 | 1010001 | 1111 |
Color Harmonies of #274307
Complementary color
Monochromatic Colors of #274307
Black with #274307
Text Example
Text Example
White with #274307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274307; }
p { color: rgb(39,67,7); }
H1.HeaderClassName
{
color: #274307;
}
.AnyTagClassName
{
color: #274307;
}
</style>
background-color css
<style>
a { background-color: #274307; }
a { background-color: rgb(39,67,7); }
div.DivClassName
{
background-color: #274307;
}
.BgClassName
{
background-color: #274307;
}
</style>
border-color css
<style>
span { border-color: #274307; }
span { border-color: rgb(39,67,7); }
td.TdClassName
{
border-color: #274307;
}
.TagClassName
{
border-color: #274307;
}
</style>