Shades of Turtle Green #274205
Tints of Turtle Green #274205
RGB
CMYK
RGB Variations
Color information
#274205 (or 0x274205) is known color: Turtle Green. HEX triplet: 27, 42 and 05. RGB value is (39,66,5). Sum of RGB (Red+Green+Blue) = 39+66+5=110 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.45% from 110); Green value is 66 (26.17% from 255 or 60% from 110); Blue value is 5 (2.34% from 255 or 4.55% from 110); Max value from RGB is 66 - color contains mainly: green. Hex color #274205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274205 is #D8BDFA. Grayscale: #333333. Windows color (decimal): -14204411 or 344615. OLE color: 344615.
HSL color Cylindrical-coordinate representation of color #274205: hue angle of 86.56º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #274205 is Cyan = 0.41, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 39 | 66 | 5 | - |
| CMYK | 0.41 | 0 | 0.92 | 0.74 |
| HSL | 86.56º | 0.86% | 0.14% | - |
| HSV(B) | 86.56º | 0.92% | 0.26% | - |
| XYZ | 2.81 | 4.34 | 0.83 | - |
| YUV | 50.97 | 102.05 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 66 | 5 | 0.41 | 0 | 0.92 | 0.74 | 86.56 | 0.86 | 0.14 |
| Hex | 27 | 42 | 5 | 29 | 0 | 5C | 4A | 57 | 56 | E |
| Octal | 47 | 102 | 5 | 51 | 0 | 134 | 112 | 127 | 126 | 16 |
| Binary | 100111 | 1000010 | 101 | 101001 | 0 | 1011100 | 1001010 | 1010111 | 1010110 | 1110 |
Color Harmonies of #274205
Complementary color
Monochromatic Colors of #274205
Black with #274205
Text Example
Text Example
White with #274205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274205; }
p { color: rgb(39,66,5); }
H1.HeaderClassName
{
color: #274205;
}
.AnyTagClassName
{
color: #274205;
}
</style>
background-color css
<style>
a { background-color: #274205; }
a { background-color: rgb(39,66,5); }
div.DivClassName
{
background-color: #274205;
}
.BgClassName
{
background-color: #274205;
}
</style>
border-color css
<style>
span { border-color: #274205; }
span { border-color: rgb(39,66,5); }
td.TdClassName
{
border-color: #274205;
}
.TagClassName
{
border-color: #274205;
}
</style>