Shades of Turtle Green #264706
Tints of Turtle Green #264706
RGB
CMYK
RGB Variations
Color information
#264706 (or 0x264706) is known color: Turtle Green. HEX triplet: 26, 47 and 06. RGB value is (38,71,6). Sum of RGB (Red+Green+Blue) = 38+71+6=115 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.04% from 115); Green value is 71 (28.12% from 255 or 61.74% from 115); Blue value is 6 (2.73% from 255 or 5.22% from 115); Max value from RGB is 71 - color contains mainly: green. Hex color #264706 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264706 is #D9B8F9. Grayscale: #353535. Windows color (decimal): -14268666 or 411430. OLE color: 411430.
HSL color Cylindrical-coordinate representation of color #264706: hue angle of 90.46º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #264706 is Cyan = 0.46, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 38 | 71 | 6 | - |
| CMYK | 0.46 | 0 | 0.92 | 0.72 |
| HSL | 90.46º | 0.84% | 0.15% | - |
| HSV(B) | 90.46º | 0.92% | 0.28% | - |
| XYZ | 3.09 | 4.93 | 0.96 | - |
| YUV | 53.72 | 101.07 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 71 | 6 | 0.46 | 0 | 0.92 | 0.72 | 90.46 | 0.84 | 0.15 |
| Hex | 26 | 47 | 6 | 2E | 0 | 5C | 48 | 5A | 54 | F |
| Octal | 46 | 107 | 6 | 56 | 0 | 134 | 110 | 132 | 124 | 17 |
| Binary | 100110 | 1000111 | 110 | 101110 | 0 | 1011100 | 1001000 | 1011010 | 1010100 | 1111 |
Color Harmonies of #264706
Complementary color
Monochromatic Colors of #264706
Black with #264706
Text Example
Text Example
White with #264706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264706; }
p { color: rgb(38,71,6); }
H1.HeaderClassName
{
color: #264706;
}
.AnyTagClassName
{
color: #264706;
}
</style>
background-color css
<style>
a { background-color: #264706; }
a { background-color: rgb(38,71,6); }
div.DivClassName
{
background-color: #264706;
}
.BgClassName
{
background-color: #264706;
}
</style>
border-color css
<style>
span { border-color: #264706; }
span { border-color: rgb(38,71,6); }
td.TdClassName
{
border-color: #264706;
}
.TagClassName
{
border-color: #264706;
}
</style>