Shades of Turtle Green #264707
Tints of Turtle Green #264707
RGB
CMYK
RGB Variations
Color information
#264707 (or 0x264707) is known color: Turtle Green. HEX triplet: 26, 47 and 07. RGB value is (38,71,7). Sum of RGB (Red+Green+Blue) = 38+71+7=116 (15% of max value = 765). Red value is 38 (15.23% from 255 or 32.76% from 116); Green value is 71 (28.12% from 255 or 61.21% from 116); Blue value is 7 (3.12% from 255 or 6.03% from 116); Max value from RGB is 71 - color contains mainly: green. Hex color #264707 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264707 is #D9B8F8. Grayscale: #363636. Windows color (decimal): -14268665 or 476966. OLE color: 476966.
HSL color Cylindrical-coordinate representation of color #264707: hue angle of 90.94º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #264707 is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 38 | 71 | 7 | - |
| CMYK | 0.46 | 0 | 0.90 | 0.72 |
| HSL | 90.94º | 0.82% | 0.15% | - |
| HSV(B) | 90.94º | 0.9% | 0.28% | - |
| XYZ | 3.09 | 4.93 | 0.99 | - |
| YUV | 53.84 | 101.57 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 71 | 7 | 0.46 | 0 | 0.90 | 0.72 | 90.94 | 0.82 | 0.15 |
| Hex | 26 | 47 | 7 | 2E | 0 | 5A | 48 | 5B | 52 | F |
| Octal | 46 | 107 | 7 | 56 | 0 | 132 | 110 | 133 | 122 | 17 |
| Binary | 100110 | 1000111 | 111 | 101110 | 0 | 1011010 | 1001000 | 1011011 | 1010010 | 1111 |
Color Harmonies of #264707
Complementary color
Monochromatic Colors of #264707
Black with #264707
Text Example
Text Example
White with #264707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264707; }
p { color: rgb(38,71,7); }
H1.HeaderClassName
{
color: #264707;
}
.AnyTagClassName
{
color: #264707;
}
</style>
background-color css
<style>
a { background-color: #264707; }
a { background-color: rgb(38,71,7); }
div.DivClassName
{
background-color: #264707;
}
.BgClassName
{
background-color: #264707;
}
</style>
border-color css
<style>
span { border-color: #264707; }
span { border-color: rgb(38,71,7); }
td.TdClassName
{
border-color: #264707;
}
.TagClassName
{
border-color: #264707;
}
</style>