Shades of Turtle Green #264107
Tints of Turtle Green #264107
RGB
CMYK
RGB Variations
Color information
#264107 (or 0x264107) is known color: Turtle Green. HEX triplet: 26, 41 and 07. RGB value is (38,65,7). Sum of RGB (Red+Green+Blue) = 38+65+7=110 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.55% from 110); Green value is 65 (25.78% from 255 or 59.09% from 110); Blue value is 7 (3.12% from 255 or 6.36% from 110); Max value from RGB is 65 - color contains mainly: green. Hex color #264107 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264107 is #D9BEF8. Grayscale: #323232. Windows color (decimal): -14270201 or 475430. OLE color: 475430.
HSL color Cylindrical-coordinate representation of color #264107: hue angle of 87.93º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #264107 is Cyan = 0.42, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 38 | 65 | 7 | - |
| CMYK | 0.42 | 0 | 0.89 | 0.75 |
| HSL | 87.93º | 0.81% | 0.14% | - |
| HSV(B) | 87.93º | 0.89% | 0.25% | - |
| XYZ | 2.73 | 4.21 | 0.87 | - |
| YUV | 50.32 | 103.55 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 65 | 7 | 0.42 | 0 | 0.89 | 0.75 | 87.93 | 0.81 | 0.14 |
| Hex | 26 | 41 | 7 | 2A | 0 | 59 | 4B | 58 | 51 | E |
| Octal | 46 | 101 | 7 | 52 | 0 | 131 | 113 | 130 | 121 | 16 |
| Binary | 100110 | 1000001 | 111 | 101010 | 0 | 1011001 | 1001011 | 1011000 | 1010001 | 1110 |
Color Harmonies of #264107
Complementary color
Monochromatic Colors of #264107
Black with #264107
Text Example
Text Example
White with #264107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264107; }
p { color: rgb(38,65,7); }
H1.HeaderClassName
{
color: #264107;
}
.AnyTagClassName
{
color: #264107;
}
</style>
background-color css
<style>
a { background-color: #264107; }
a { background-color: rgb(38,65,7); }
div.DivClassName
{
background-color: #264107;
}
.BgClassName
{
background-color: #264107;
}
</style>
border-color css
<style>
span { border-color: #264107; }
span { border-color: rgb(38,65,7); }
td.TdClassName
{
border-color: #264107;
}
.TagClassName
{
border-color: #264107;
}
</style>