Shades of Turtle Green #263501
Tints of Turtle Green #263501
RGB
CMYK
RGB Variations
Color information
#263501 (or 0x263501) is known color: Turtle Green. HEX triplet: 26, 35 and 01. RGB value is (38,53,1). Sum of RGB (Red+Green+Blue) = 38+53+1=92 (12% of max value = 765). Red value is 38 (15.23% from 255 or 41.30% from 92); Green value is 53 (21.09% from 255 or 57.61% from 92); Blue value is 1 (0.78% from 255 or 1.09% from 92); Max value from RGB is 53 - color contains mainly: green. Hex color #263501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263501 is #D9CAFE. Grayscale: #2A2A2A. Windows color (decimal): -14273279 or 79142. OLE color: 79142.
HSL color Cylindrical-coordinate representation of color #263501: hue angle of 77.31º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #263501 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 38 | 53 | 1 | - |
| CMYK | 0.28 | 0 | 0.98 | 0.79 |
| HSL | 77.31º | 0.96% | 0.11% | - |
| HSV(B) | 77.31º | 0.98% | 0.21% | - |
| XYZ | 2.08 | 2.96 | 0.49 | - |
| YUV | 42.59 | 104.53 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 53 | 1 | 0.28 | 0 | 0.98 | 0.79 | 77.31 | 0.96 | 0.11 |
| Hex | 26 | 35 | 1 | 1C | 0 | 62 | 4F | 4D | 60 | B |
| Octal | 46 | 65 | 1 | 34 | 0 | 142 | 117 | 115 | 140 | 13 |
| Binary | 100110 | 110101 | 1 | 11100 | 0 | 1100010 | 1001111 | 1001101 | 1100000 | 1011 |
Color Harmonies of #263501
Complementary color
Monochromatic Colors of #263501
Black with #263501
Text Example
Text Example
White with #263501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263501; }
p { color: rgb(38,53,1); }
H1.HeaderClassName
{
color: #263501;
}
.AnyTagClassName
{
color: #263501;
}
</style>
background-color css
<style>
a { background-color: #263501; }
a { background-color: rgb(38,53,1); }
div.DivClassName
{
background-color: #263501;
}
.BgClassName
{
background-color: #263501;
}
</style>
border-color css
<style>
span { border-color: #263501; }
span { border-color: rgb(38,53,1); }
td.TdClassName
{
border-color: #263501;
}
.TagClassName
{
border-color: #263501;
}
</style>