Shades of Turtle Green #263208
Tints of Turtle Green #263208
RGB
CMYK
RGB Variations
Color information
#263208 (or 0x263208) is known color: Turtle Green. HEX triplet: 26, 32 and 08. RGB value is (38,50,8). Sum of RGB (Red+Green+Blue) = 38+50+8=96 (12% of max value = 765). Red value is 38 (15.23% from 255 or 39.58% from 96); Green value is 50 (19.92% from 255 or 52.08% from 96); Blue value is 8 (3.52% from 255 or 8.33% from 96); Max value from RGB is 50 - color contains mainly: green. Hex color #263208 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263208 is #D9CDF7. Grayscale: #292929. Windows color (decimal): -14274040 or 537126. OLE color: 537126.
HSL color Cylindrical-coordinate representation of color #263208: hue angle of 77.14º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #263208 is Cyan = 0.24, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 38 | 50 | 8 | - |
| CMYK | 0.24 | 0 | 0.84 | 0.80 |
| HSL | 77.14º | 0.72% | 0.11% | - |
| HSV(B) | 77.14º | 0.84% | 0.2% | - |
| XYZ | 1.98 | 2.71 | 0.65 | - |
| YUV | 41.62 | 109.02 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 50 | 8 | 0.24 | 0 | 0.84 | 0.80 | 77.14 | 0.72 | 0.11 |
| Hex | 26 | 32 | 8 | 18 | 0 | 54 | 50 | 4D | 48 | B |
| Octal | 46 | 62 | 10 | 30 | 0 | 124 | 120 | 115 | 110 | 13 |
| Binary | 100110 | 110010 | 1000 | 11000 | 0 | 1010100 | 1010000 | 1001101 | 1001000 | 1011 |
Color Harmonies of #263208
Complementary color
Monochromatic Colors of #263208
Black with #263208
Text Example
Text Example
White with #263208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263208; }
p { color: rgb(38,50,8); }
H1.HeaderClassName
{
color: #263208;
}
.AnyTagClassName
{
color: #263208;
}
</style>
background-color css
<style>
a { background-color: #263208; }
a { background-color: rgb(38,50,8); }
div.DivClassName
{
background-color: #263208;
}
.BgClassName
{
background-color: #263208;
}
</style>
border-color css
<style>
span { border-color: #263208; }
span { border-color: rgb(38,50,8); }
td.TdClassName
{
border-color: #263208;
}
.TagClassName
{
border-color: #263208;
}
</style>