Shades of Turtle Green #264100
Tints of Turtle Green #264100
RGB
CMYK
RGB Variations
Color information
#264100 (or 0x264100) is known color: Turtle Green. HEX triplet: 26, 41 and 00. RGB value is (38,65,0). Sum of RGB (Red+Green+Blue) = 38+65+0=103 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.89% from 103); Green value is 65 (25.78% from 255 or 63.11% from 103); Blue value is 0 (0.39% from 255 or 0% from 103); Max value from RGB is 65 - color contains mainly: green. Hex color #264100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264100 is #D9BEFF. Grayscale: #313131. Windows color (decimal): -14270208 or 16678. OLE color: 16678.
HSL color Cylindrical-coordinate representation of color #264100: hue angle of 84.92º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #264100 is Cyan = 0.42, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 38 | 65 | 0 | - |
| CMYK | 0.42 | 0 | 1 | 0.75 |
| HSL | 84.92º | 1% | 0.13% | - |
| HSV(B) | 84.92º | 1% | 0.25% | - |
| XYZ | 2.69 | 4.19 | 0.67 | - |
| YUV | 49.52 | 100.05 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 65 | 0 | 0.42 | 0 | 1 | 0.75 | 84.92 | 1 | 0.13 |
| Hex | 26 | 41 | 0 | 2A | 0 | 64 | 4B | 55 | 64 | D |
| Octal | 46 | 101 | 0 | 52 | 0 | 144 | 113 | 125 | 144 | 15 |
| Binary | 100110 | 1000001 | 0 | 101010 | 0 | 1100100 | 1001011 | 1010101 | 1100100 | 1101 |
Color Harmonies of #264100
Complementary color
Monochromatic Colors of #264100
Black with #264100
Text Example
Text Example
White with #264100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264100; }
p { color: rgb(38,65,0); }
H1.HeaderClassName
{
color: #264100;
}
.AnyTagClassName
{
color: #264100;
}
</style>
background-color css
<style>
a { background-color: #264100; }
a { background-color: rgb(38,65,0); }
div.DivClassName
{
background-color: #264100;
}
.BgClassName
{
background-color: #264100;
}
</style>
border-color css
<style>
span { border-color: #264100; }
span { border-color: rgb(38,65,0); }
td.TdClassName
{
border-color: #264100;
}
.TagClassName
{
border-color: #264100;
}
</style>