Shades of Turtle Green #264909
Tints of Turtle Green #264909
RGB
CMYK
RGB Variations
Color information
#264909 (or 0x264909) is known color: Turtle Green. HEX triplet: 26, 49 and 09. RGB value is (38,73,9). Sum of RGB (Red+Green+Blue) = 38+73+9=120 (15% of max value = 765). Red value is 38 (15.23% from 255 or 31.67% from 120); Green value is 73 (28.91% from 255 or 60.83% from 120); Blue value is 9 (3.91% from 255 or 7.5% from 120); Max value from RGB is 73 - color contains mainly: green. Hex color #264909 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264909 is #D9B6F6. Grayscale: #373737. Windows color (decimal): -14268151 or 608550. OLE color: 608550.
HSL color Cylindrical-coordinate representation of color #264909: hue angle of 92.81º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #264909 is Cyan = 0.48, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 38 | 73 | 9 | - |
| CMYK | 0.48 | 0 | 0.88 | 0.71 |
| HSL | 92.81º | 0.78% | 0.16% | - |
| HSV(B) | 92.81º | 0.88% | 0.29% | - |
| XYZ | 3.23 | 5.2 | 1.09 | - |
| YUV | 55.24 | 101.9 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 73 | 9 | 0.48 | 0 | 0.88 | 0.71 | 92.81 | 0.78 | 0.16 |
| Hex | 26 | 49 | 9 | 30 | 0 | 58 | 47 | 5D | 4E | 10 |
| Octal | 46 | 111 | 11 | 60 | 0 | 130 | 107 | 135 | 116 | 20 |
| Binary | 100110 | 1001001 | 1001 | 110000 | 0 | 1011000 | 1000111 | 1011101 | 1001110 | 10000 |
Color Harmonies of #264909
Complementary color
Monochromatic Colors of #264909
Black with #264909
Text Example
Text Example
White with #264909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264909; }
p { color: rgb(38,73,9); }
H1.HeaderClassName
{
color: #264909;
}
.AnyTagClassName
{
color: #264909;
}
</style>
background-color css
<style>
a { background-color: #264909; }
a { background-color: rgb(38,73,9); }
div.DivClassName
{
background-color: #264909;
}
.BgClassName
{
background-color: #264909;
}
</style>
border-color css
<style>
span { border-color: #264909; }
span { border-color: rgb(38,73,9); }
td.TdClassName
{
border-color: #264909;
}
.TagClassName
{
border-color: #264909;
}
</style>