Shades of Turtle Green #274206
Tints of Turtle Green #274206
RGB
CMYK
RGB Variations
Color information
#274206 (or 0x274206) is known color: Turtle Green. HEX triplet: 27, 42 and 06. RGB value is (39,66,6). Sum of RGB (Red+Green+Blue) = 39+66+6=111 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.14% from 111); Green value is 66 (26.17% from 255 or 59.46% from 111); Blue value is 6 (2.73% from 255 or 5.41% from 111); Max value from RGB is 66 - color contains mainly: green. Hex color #274206 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274206 is #D8BDF9. Grayscale: #333333. Windows color (decimal): -14204410 or 410151. OLE color: 410151.
HSL color Cylindrical-coordinate representation of color #274206: hue angle of 87º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #274206 is Cyan = 0.41, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 39 | 66 | 6 | - |
| CMYK | 0.41 | 0 | 0.91 | 0.74 |
| HSL | 87º | 0.83% | 0.14% | - |
| HSV(B) | 87º | 0.91% | 0.26% | - |
| XYZ | 2.82 | 4.34 | 0.86 | - |
| YUV | 51.09 | 102.55 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 66 | 6 | 0.41 | 0 | 0.91 | 0.74 | 87 | 0.83 | 0.14 |
| Hex | 27 | 42 | 6 | 29 | 0 | 5B | 4A | 57 | 53 | E |
| Octal | 47 | 102 | 6 | 51 | 0 | 133 | 112 | 127 | 123 | 16 |
| Binary | 100111 | 1000010 | 110 | 101001 | 0 | 1011011 | 1001010 | 1010111 | 1010011 | 1110 |
Color Harmonies of #274206
Complementary color
Monochromatic Colors of #274206
Black with #274206
Text Example
Text Example
White with #274206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274206; }
p { color: rgb(39,66,6); }
H1.HeaderClassName
{
color: #274206;
}
.AnyTagClassName
{
color: #274206;
}
</style>
background-color css
<style>
a { background-color: #274206; }
a { background-color: rgb(39,66,6); }
div.DivClassName
{
background-color: #274206;
}
.BgClassName
{
background-color: #274206;
}
</style>
border-color css
<style>
span { border-color: #274206; }
span { border-color: rgb(39,66,6); }
td.TdClassName
{
border-color: #274206;
}
.TagClassName
{
border-color: #274206;
}
</style>