Shades of Turtle Green #263401
Tints of Turtle Green #263401
RGB
CMYK
RGB Variations
Color information
#263401 (or 0x263401) is known color: Turtle Green. HEX triplet: 26, 34 and 01. RGB value is (38,52,1). Sum of RGB (Red+Green+Blue) = 38+52+1=91 (12% of max value = 765). Red value is 38 (15.23% from 255 or 41.76% from 91); Green value is 52 (20.70% from 255 or 57.14% from 91); Blue value is 1 (0.78% from 255 or 1.10% from 91); Max value from RGB is 52 - color contains mainly: green. Hex color #263401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263401 is #D9CBFE. Grayscale: #2A2A2A. Windows color (decimal): -14273535 or 78886. OLE color: 78886.
HSL color Cylindrical-coordinate representation of color #263401: hue angle of 76.47º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #263401 is Cyan = 0.27, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 38 | 52 | 1 | - |
| CMYK | 0.27 | 0 | 0.98 | 0.80 |
| HSL | 76.47º | 0.96% | 0.1% | - |
| HSV(B) | 76.47º | 0.98% | 0.2% | - |
| XYZ | 2.03 | 2.87 | 0.48 | - |
| YUV | 42 | 104.86 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 52 | 1 | 0.27 | 0 | 0.98 | 0.80 | 76.47 | 0.96 | 0.1 |
| Hex | 26 | 34 | 1 | 1B | 0 | 62 | 50 | 4C | 60 | A |
| Octal | 46 | 64 | 1 | 33 | 0 | 142 | 120 | 114 | 140 | 12 |
| Binary | 100110 | 110100 | 1 | 11011 | 0 | 1100010 | 1010000 | 1001100 | 1100000 | 1010 |
Color Harmonies of #263401
Complementary color
Monochromatic Colors of #263401
Black with #263401
Text Example
Text Example
White with #263401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263401; }
p { color: rgb(38,52,1); }
H1.HeaderClassName
{
color: #263401;
}
.AnyTagClassName
{
color: #263401;
}
</style>
background-color css
<style>
a { background-color: #263401; }
a { background-color: rgb(38,52,1); }
div.DivClassName
{
background-color: #263401;
}
.BgClassName
{
background-color: #263401;
}
</style>
border-color css
<style>
span { border-color: #263401; }
span { border-color: rgb(38,52,1); }
td.TdClassName
{
border-color: #263401;
}
.TagClassName
{
border-color: #263401;
}
</style>