Shades of Turtle Green #263600
Tints of Turtle Green #263600
RGB
CMYK
RGB Variations
Color information
#263600 (or 0x263600) is known color: Turtle Green. HEX triplet: 26, 36 and 00. RGB value is (38,54,0). Sum of RGB (Red+Green+Blue) = 38+54+0=92 (12% of max value = 765). Red value is 38 (15.23% from 255 or 41.30% from 92); Green value is 54 (21.48% from 255 or 58.70% from 92); Blue value is 0 (0.39% from 255 or 0% from 92); Max value from RGB is 54 - color contains mainly: green. Hex color #263600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263600 is #D9C9FF. Grayscale: #2B2B2B. Windows color (decimal): -14273024 or 13862. OLE color: 13862.
HSL color Cylindrical-coordinate representation of color #263600: hue angle of 77.78º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #263600 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 38 | 54 | 0 | - |
| CMYK | 0.30 | 0 | 1 | 0.79 |
| HSL | 77.78º | 1% | 0.11% | - |
| HSV(B) | 77.78º | 1% | 0.21% | - |
| XYZ | 2.12 | 3.05 | 0.48 | - |
| YUV | 43.06 | 103.7 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 54 | 0 | 0.30 | 0 | 1 | 0.79 | 77.78 | 1 | 0.11 |
| Hex | 26 | 36 | 0 | 1E | 0 | 64 | 4F | 4E | 64 | B |
| Octal | 46 | 66 | 0 | 36 | 0 | 144 | 117 | 116 | 144 | 13 |
| Binary | 100110 | 110110 | 0 | 11110 | 0 | 1100100 | 1001111 | 1001110 | 1100100 | 1011 |
Color Harmonies of #263600
Complementary color
Monochromatic Colors of #263600
Black with #263600
Text Example
Text Example
White with #263600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263600; }
p { color: rgb(38,54,0); }
H1.HeaderClassName
{
color: #263600;
}
.AnyTagClassName
{
color: #263600;
}
</style>
background-color css
<style>
a { background-color: #263600; }
a { background-color: rgb(38,54,0); }
div.DivClassName
{
background-color: #263600;
}
.BgClassName
{
background-color: #263600;
}
</style>
border-color css
<style>
span { border-color: #263600; }
span { border-color: rgb(38,54,0); }
td.TdClassName
{
border-color: #263600;
}
.TagClassName
{
border-color: #263600;
}
</style>