Shades of Turtle Green #263105
Tints of Turtle Green #263105
RGB
CMYK
RGB Variations
Color information
#263105 (or 0x263105) is known color: Turtle Green. HEX triplet: 26, 31 and 05. RGB value is (38,49,5). Sum of RGB (Red+Green+Blue) = 38+49+5=92 (12% of max value = 765). Red value is 38 (15.23% from 255 or 41.30% from 92); Green value is 49 (19.53% from 255 or 53.26% from 92); Blue value is 5 (2.34% from 255 or 5.43% from 92); Max value from RGB is 49 - color contains mainly: green. Hex color #263105 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263105 is #D9CEFA. Grayscale: #282828. Windows color (decimal): -14274299 or 340262. OLE color: 340262.
HSL color Cylindrical-coordinate representation of color #263105: hue angle of 75º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #263105 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 38 | 49 | 5 | - |
| CMYK | 0.22 | 0 | 0.90 | 0.81 |
| HSL | 75º | 0.81% | 0.11% | - |
| HSV(B) | 75º | 0.9% | 0.19% | - |
| XYZ | 1.93 | 2.62 | 0.55 | - |
| YUV | 40.7 | 107.86 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 49 | 5 | 0.22 | 0 | 0.90 | 0.81 | 75 | 0.81 | 0.11 |
| Hex | 26 | 31 | 5 | 16 | 0 | 5A | 51 | 4B | 51 | B |
| Octal | 46 | 61 | 5 | 26 | 0 | 132 | 121 | 113 | 121 | 13 |
| Binary | 100110 | 110001 | 101 | 10110 | 0 | 1011010 | 1010001 | 1001011 | 1010001 | 1011 |
Color Harmonies of #263105
Complementary color
Monochromatic Colors of #263105
Black with #263105
Text Example
Text Example
White with #263105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263105; }
p { color: rgb(38,49,5); }
H1.HeaderClassName
{
color: #263105;
}
.AnyTagClassName
{
color: #263105;
}
</style>
background-color css
<style>
a { background-color: #263105; }
a { background-color: rgb(38,49,5); }
div.DivClassName
{
background-color: #263105;
}
.BgClassName
{
background-color: #263105;
}
</style>
border-color css
<style>
span { border-color: #263105; }
span { border-color: rgb(38,49,5); }
td.TdClassName
{
border-color: #263105;
}
.TagClassName
{
border-color: #263105;
}
</style>