Shades of Turtle Green #264207
Tints of Turtle Green #264207
RGB
CMYK
RGB Variations
Color information
#264207 (or 0x264207) is known color: Turtle Green. HEX triplet: 26, 42 and 07. RGB value is (38,66,7). Sum of RGB (Red+Green+Blue) = 38+66+7=111 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.23% from 111); Green value is 66 (26.17% from 255 or 59.46% from 111); Blue value is 7 (3.12% from 255 or 6.31% from 111); Max value from RGB is 66 - color contains mainly: green. Hex color #264207 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264207 is #D9BDF8. Grayscale: #333333. Windows color (decimal): -14269945 or 475686. OLE color: 475686.
HSL color Cylindrical-coordinate representation of color #264207: hue angle of 88.47º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #264207 is Cyan = 0.42, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 38 | 66 | 7 | - |
| CMYK | 0.42 | 0 | 0.89 | 0.74 |
| HSL | 88.47º | 0.81% | 0.14% | - |
| HSV(B) | 88.47º | 0.89% | 0.26% | - |
| XYZ | 2.79 | 4.32 | 0.89 | - |
| YUV | 50.9 | 103.22 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 66 | 7 | 0.42 | 0 | 0.89 | 0.74 | 88.47 | 0.81 | 0.14 |
| Hex | 26 | 42 | 7 | 2A | 0 | 59 | 4A | 58 | 51 | E |
| Octal | 46 | 102 | 7 | 52 | 0 | 131 | 112 | 130 | 121 | 16 |
| Binary | 100110 | 1000010 | 111 | 101010 | 0 | 1011001 | 1001010 | 1011000 | 1010001 | 1110 |
Color Harmonies of #264207
Complementary color
Monochromatic Colors of #264207
Black with #264207
Text Example
Text Example
White with #264207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264207; }
p { color: rgb(38,66,7); }
H1.HeaderClassName
{
color: #264207;
}
.AnyTagClassName
{
color: #264207;
}
</style>
background-color css
<style>
a { background-color: #264207; }
a { background-color: rgb(38,66,7); }
div.DivClassName
{
background-color: #264207;
}
.BgClassName
{
background-color: #264207;
}
</style>
border-color css
<style>
span { border-color: #264207; }
span { border-color: rgb(38,66,7); }
td.TdClassName
{
border-color: #264207;
}
.TagClassName
{
border-color: #264207;
}
</style>