Shades of Turtle Green #263500
Tints of Turtle Green #263500
RGB
CMYK
RGB Variations
Color information
#263500 (or 0x263500) is known color: Turtle Green. HEX triplet: 26, 35 and 00. RGB value is (38,53,0). Sum of RGB (Red+Green+Blue) = 38+53+0=91 (12% of max value = 765). Red value is 38 (15.23% from 255 or 41.76% from 91); Green value is 53 (21.09% from 255 or 58.24% from 91); Blue value is 0 (0.39% from 255 or 0% from 91); Max value from RGB is 53 - color contains mainly: green. Hex color #263500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263500 is #D9CAFF. Grayscale: #2A2A2A. Windows color (decimal): -14273280 or 13606. OLE color: 13606.
HSL color Cylindrical-coordinate representation of color #263500: hue angle of 76.98º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #263500 is Cyan = 0.28, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 38 | 53 | 0 | - |
| CMYK | 0.28 | 0 | 1 | 0.79 |
| HSL | 76.98º | 1% | 0.1% | - |
| HSV(B) | 76.98º | 1% | 0.21% | - |
| XYZ | 2.07 | 2.96 | 0.46 | - |
| YUV | 42.47 | 104.03 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 53 | 0 | 0.28 | 0 | 1 | 0.79 | 76.98 | 1 | 0.1 |
| Hex | 26 | 35 | 0 | 1C | 0 | 64 | 4F | 4D | 64 | A |
| Octal | 46 | 65 | 0 | 34 | 0 | 144 | 117 | 115 | 144 | 12 |
| Binary | 100110 | 110101 | 0 | 11100 | 0 | 1100100 | 1001111 | 1001101 | 1100100 | 1010 |
Color Harmonies of #263500
Complementary color
Monochromatic Colors of #263500
Black with #263500
Text Example
Text Example
White with #263500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263500; }
p { color: rgb(38,53,0); }
H1.HeaderClassName
{
color: #263500;
}
.AnyTagClassName
{
color: #263500;
}
</style>
background-color css
<style>
a { background-color: #263500; }
a { background-color: rgb(38,53,0); }
div.DivClassName
{
background-color: #263500;
}
.BgClassName
{
background-color: #263500;
}
</style>
border-color css
<style>
span { border-color: #263500; }
span { border-color: rgb(38,53,0); }
td.TdClassName
{
border-color: #263500;
}
.TagClassName
{
border-color: #263500;
}
</style>