Shades of Turtle Green #263201
Tints of Turtle Green #263201
RGB
CMYK
RGB Variations
Color information
#263201 (or 0x263201) is known color: Turtle Green. HEX triplet: 26, 32 and 01. RGB value is (38,50,1). Sum of RGB (Red+Green+Blue) = 38+50+1=89 (11% of max value = 765). Red value is 38 (15.23% from 255 or 42.70% from 89); Green value is 50 (19.92% from 255 or 56.18% from 89); Blue value is 1 (0.78% from 255 or 1.12% from 89); Max value from RGB is 50 - color contains mainly: green. Hex color #263201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263201 is #D9CDFE. Grayscale: #292929. Windows color (decimal): -14274047 or 78374. OLE color: 78374.
HSL color Cylindrical-coordinate representation of color #263201: hue angle of 74.69º 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 #263201 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 38 | 50 | 1 | - |
| CMYK | 0.24 | 0 | 0.98 | 0.80 |
| HSL | 74.69º | 0.96% | 0.1% | - |
| HSV(B) | 74.69º | 0.98% | 0.2% | - |
| XYZ | 1.95 | 2.7 | 0.45 | - |
| YUV | 40.83 | 105.52 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 50 | 1 | 0.24 | 0 | 0.98 | 0.80 | 74.69 | 0.96 | 0.1 |
| Hex | 26 | 32 | 1 | 18 | 0 | 62 | 50 | 4B | 60 | A |
| Octal | 46 | 62 | 1 | 30 | 0 | 142 | 120 | 113 | 140 | 12 |
| Binary | 100110 | 110010 | 1 | 11000 | 0 | 1100010 | 1010000 | 1001011 | 1100000 | 1010 |
Color Harmonies of #263201
Complementary color
Monochromatic Colors of #263201
Black with #263201
Text Example
Text Example
White with #263201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263201; }
p { color: rgb(38,50,1); }
H1.HeaderClassName
{
color: #263201;
}
.AnyTagClassName
{
color: #263201;
}
</style>
background-color css
<style>
a { background-color: #263201; }
a { background-color: rgb(38,50,1); }
div.DivClassName
{
background-color: #263201;
}
.BgClassName
{
background-color: #263201;
}
</style>
border-color css
<style>
span { border-color: #263201; }
span { border-color: rgb(38,50,1); }
td.TdClassName
{
border-color: #263201;
}
.TagClassName
{
border-color: #263201;
}
</style>