Shades of Turtle Green #264705
Tints of Turtle Green #264705
RGB
CMYK
RGB Variations
Color information
#264705 (or 0x264705) is known color: Turtle Green. HEX triplet: 26, 47 and 05. RGB value is (38,71,5). Sum of RGB (Red+Green+Blue) = 38+71+5=114 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.33% from 114); Green value is 71 (28.12% from 255 or 62.28% from 114); Blue value is 5 (2.34% from 255 or 4.39% from 114); Max value from RGB is 71 - color contains mainly: green. Hex color #264705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264705 is #D9B8FA. Grayscale: #353535. Windows color (decimal): -14268667 or 345894. OLE color: 345894.
HSL color Cylindrical-coordinate representation of color #264705: hue angle of 90º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #264705 is Cyan = 0.46, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 38 | 71 | 5 | - |
| CMYK | 0.46 | 0 | 0.93 | 0.72 |
| HSL | 90º | 0.87% | 0.15% | - |
| HSV(B) | 90º | 0.93% | 0.28% | - |
| XYZ | 3.08 | 4.93 | 0.93 | - |
| YUV | 53.61 | 100.57 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 71 | 5 | 0.46 | 0 | 0.93 | 0.72 | 90 | 0.87 | 0.15 |
| Hex | 26 | 47 | 5 | 2E | 0 | 5D | 48 | 5A | 57 | F |
| Octal | 46 | 107 | 5 | 56 | 0 | 135 | 110 | 132 | 127 | 17 |
| Binary | 100110 | 1000111 | 101 | 101110 | 0 | 1011101 | 1001000 | 1011010 | 1010111 | 1111 |
Color Harmonies of #264705
Complementary color
Monochromatic Colors of #264705
Black with #264705
Text Example
Text Example
White with #264705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264705; }
p { color: rgb(38,71,5); }
H1.HeaderClassName
{
color: #264705;
}
.AnyTagClassName
{
color: #264705;
}
</style>
background-color css
<style>
a { background-color: #264705; }
a { background-color: rgb(38,71,5); }
div.DivClassName
{
background-color: #264705;
}
.BgClassName
{
background-color: #264705;
}
</style>
border-color css
<style>
span { border-color: #264705; }
span { border-color: rgb(38,71,5); }
td.TdClassName
{
border-color: #264705;
}
.TagClassName
{
border-color: #264705;
}
</style>