Shades of Turtle Green #263200
Tints of Turtle Green #263200
RGB
CMYK
RGB Variations
Color information
#263200 (or 0x263200) is known color: Turtle Green. HEX triplet: 26, 32 and 00. RGB value is (38,50,0). Sum of RGB (Red+Green+Blue) = 38+50+0=88 (11% of max value = 765). Red value is 38 (15.23% from 255 or 43.18% from 88); Green value is 50 (19.92% from 255 or 56.82% from 88); Blue value is 0 (0.39% from 255 or 0% from 88); Max value from RGB is 50 - color contains mainly: green. Hex color #263200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263200 is #D9CDFF. Grayscale: #282828. Windows color (decimal): -14274048 or 12838. OLE color: 12838.
HSL color Cylindrical-coordinate representation of color #263200: hue angle of 74.4º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #263200 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 38 | 50 | 0 | - |
| CMYK | 0.24 | 0 | 1 | 0.80 |
| HSL | 74.4º | 1% | 0.1% | - |
| HSV(B) | 74.4º | 1% | 0.2% | - |
| XYZ | 1.94 | 2.69 | 0.42 | - |
| YUV | 40.71 | 105.02 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 50 | 0 | 0.24 | 0 | 1 | 0.80 | 74.4 | 1 | 0.1 |
| Hex | 26 | 32 | 0 | 18 | 0 | 64 | 50 | 4A | 64 | A |
| Octal | 46 | 62 | 0 | 30 | 0 | 144 | 120 | 112 | 144 | 12 |
| Binary | 100110 | 110010 | 0 | 11000 | 0 | 1100100 | 1010000 | 1001010 | 1100100 | 1010 |
Color Harmonies of #263200
Complementary color
Monochromatic Colors of #263200
Black with #263200
Text Example
Text Example
White with #263200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263200; }
p { color: rgb(38,50,0); }
H1.HeaderClassName
{
color: #263200;
}
.AnyTagClassName
{
color: #263200;
}
</style>
background-color css
<style>
a { background-color: #263200; }
a { background-color: rgb(38,50,0); }
div.DivClassName
{
background-color: #263200;
}
.BgClassName
{
background-color: #263200;
}
</style>
border-color css
<style>
span { border-color: #263200; }
span { border-color: rgb(38,50,0); }
td.TdClassName
{
border-color: #263200;
}
.TagClassName
{
border-color: #263200;
}
</style>