Shades of Turtle Green #263305
Tints of Turtle Green #263305
RGB
CMYK
RGB Variations
Color information
#263305 (or 0x263305) is known color: Turtle Green. HEX triplet: 26, 33 and 05. RGB value is (38,51,5). Sum of RGB (Red+Green+Blue) = 38+51+5=94 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40.43% from 94); Green value is 51 (20.31% from 255 or 54.26% from 94); Blue value is 5 (2.34% from 255 or 5.32% from 94); Max value from RGB is 51 - color contains mainly: green. Hex color #263305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263305 is #D9CCFA. Grayscale: #2A2A2A. Windows color (decimal): -14273787 or 340774. OLE color: 340774.
HSL color Cylindrical-coordinate representation of color #263305: hue angle of 76.96º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #263305 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 38 | 51 | 5 | - |
| CMYK | 0.25 | 0 | 0.90 | 0.8 |
| HSL | 76.96º | 0.82% | 0.11% | - |
| HSV(B) | 76.96º | 0.9% | 0.2% | - |
| XYZ | 2.01 | 2.79 | 0.58 | - |
| YUV | 41.87 | 107.19 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 51 | 5 | 0.25 | 0 | 0.90 | 0.8 | 76.96 | 0.82 | 0.11 |
| Hex | 26 | 33 | 5 | 19 | 0 | 5A | 50 | 4D | 52 | B |
| Octal | 46 | 63 | 5 | 31 | 0 | 132 | 120 | 115 | 122 | 13 |
| Binary | 100110 | 110011 | 101 | 11001 | 0 | 1011010 | 1010000 | 1001101 | 1010010 | 1011 |
Color Harmonies of #263305
Complementary color
Monochromatic Colors of #263305
Black with #263305
Text Example
Text Example
White with #263305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263305; }
p { color: rgb(38,51,5); }
H1.HeaderClassName
{
color: #263305;
}
.AnyTagClassName
{
color: #263305;
}
</style>
background-color css
<style>
a { background-color: #263305; }
a { background-color: rgb(38,51,5); }
div.DivClassName
{
background-color: #263305;
}
.BgClassName
{
background-color: #263305;
}
</style>
border-color css
<style>
span { border-color: #263305; }
span { border-color: rgb(38,51,5); }
td.TdClassName
{
border-color: #263305;
}
.TagClassName
{
border-color: #263305;
}
</style>