Shades of Turtle Green #264508
Tints of Turtle Green #264508
RGB
CMYK
RGB Variations
Color information
#264508 (or 0x264508) is known color: Turtle Green. HEX triplet: 26, 45 and 08. RGB value is (38,69,8). Sum of RGB (Red+Green+Blue) = 38+69+8=115 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.04% from 115); Green value is 69 (27.34% from 255 or 60% from 115); Blue value is 8 (3.52% from 255 or 6.96% from 115); Max value from RGB is 69 - color contains mainly: green. Hex color #264508 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264508 is #D9BAF7. Grayscale: #343434. Windows color (decimal): -14269176 or 541990. OLE color: 541990.
HSL color Cylindrical-coordinate representation of color #264508: hue angle of 90.49º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #264508 is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 38 | 69 | 8 | - |
| CMYK | 0.45 | 0 | 0.88 | 0.73 |
| HSL | 90.49º | 0.79% | 0.15% | - |
| HSV(B) | 90.49º | 0.88% | 0.27% | - |
| XYZ | 2.97 | 4.69 | 0.98 | - |
| YUV | 52.78 | 102.73 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 69 | 8 | 0.45 | 0 | 0.88 | 0.73 | 90.49 | 0.79 | 0.15 |
| Hex | 26 | 45 | 8 | 2D | 0 | 58 | 49 | 5A | 4F | F |
| Octal | 46 | 105 | 10 | 55 | 0 | 130 | 111 | 132 | 117 | 17 |
| Binary | 100110 | 1000101 | 1000 | 101101 | 0 | 1011000 | 1001001 | 1011010 | 1001111 | 1111 |
Color Harmonies of #264508
Complementary color
Monochromatic Colors of #264508
Black with #264508
Text Example
Text Example
White with #264508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264508; }
p { color: rgb(38,69,8); }
H1.HeaderClassName
{
color: #264508;
}
.AnyTagClassName
{
color: #264508;
}
</style>
background-color css
<style>
a { background-color: #264508; }
a { background-color: rgb(38,69,8); }
div.DivClassName
{
background-color: #264508;
}
.BgClassName
{
background-color: #264508;
}
</style>
border-color css
<style>
span { border-color: #264508; }
span { border-color: rgb(38,69,8); }
td.TdClassName
{
border-color: #264508;
}
.TagClassName
{
border-color: #264508;
}
</style>