Shades of Turtle Green #263207
Tints of Turtle Green #263207
RGB
CMYK
RGB Variations
Color information
#263207 (or 0x263207) is known color: Turtle Green. HEX triplet: 26, 32 and 07. RGB value is (38,50,7). Sum of RGB (Red+Green+Blue) = 38+50+7=95 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40% from 95); Green value is 50 (19.92% from 255 or 52.63% from 95); Blue value is 7 (3.12% from 255 or 7.37% from 95); Max value from RGB is 50 - color contains mainly: green. Hex color #263207 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263207 is #D9CDF8. Grayscale: #292929. Windows color (decimal): -14274041 or 471590. OLE color: 471590.
HSL color Cylindrical-coordinate representation of color #263207: hue angle of 76.74º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #263207 is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 38 | 50 | 7 | - |
| CMYK | 0.24 | 0 | 0.86 | 0.80 |
| HSL | 76.74º | 0.75% | 0.11% | - |
| HSV(B) | 76.74º | 0.86% | 0.2% | - |
| XYZ | 1.98 | 2.71 | 0.62 | - |
| YUV | 41.51 | 108.52 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 50 | 7 | 0.24 | 0 | 0.86 | 0.80 | 76.74 | 0.75 | 0.11 |
| Hex | 26 | 32 | 7 | 18 | 0 | 56 | 50 | 4D | 4B | B |
| Octal | 46 | 62 | 7 | 30 | 0 | 126 | 120 | 115 | 113 | 13 |
| Binary | 100110 | 110010 | 111 | 11000 | 0 | 1010110 | 1010000 | 1001101 | 1001011 | 1011 |
Color Harmonies of #263207
Complementary color
Monochromatic Colors of #263207
Black with #263207
Text Example
Text Example
White with #263207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263207; }
p { color: rgb(38,50,7); }
H1.HeaderClassName
{
color: #263207;
}
.AnyTagClassName
{
color: #263207;
}
</style>
background-color css
<style>
a { background-color: #263207; }
a { background-color: rgb(38,50,7); }
div.DivClassName
{
background-color: #263207;
}
.BgClassName
{
background-color: #263207;
}
</style>
border-color css
<style>
span { border-color: #263207; }
span { border-color: rgb(38,50,7); }
td.TdClassName
{
border-color: #263207;
}
.TagClassName
{
border-color: #263207;
}
</style>