Shades of Turtle Green #263003
Tints of Turtle Green #263003
RGB
CMYK
RGB Variations
Color information
#263003 (or 0x263003) is known color: Turtle Green. HEX triplet: 26, 30 and 03. RGB value is (38,48,3). Sum of RGB (Red+Green+Blue) = 38+48+3=89 (11% of max value = 765). Red value is 38 (15.23% from 255 or 42.70% from 89); Green value is 48 (19.14% from 255 or 53.93% from 89); Blue value is 3 (1.56% from 255 or 3.37% from 89); Max value from RGB is 48 - color contains mainly: green. Hex color #263003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263003 is #D9CFFC. Grayscale: #282828. Windows color (decimal): -14274557 or 208934. OLE color: 208934.
HSL color Cylindrical-coordinate representation of color #263003: hue angle of 73.33º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #263003 is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 38 | 48 | 3 | - |
| CMYK | 0.21 | 0 | 0.94 | 0.81 |
| HSL | 73.33º | 0.88% | 0.1% | - |
| HSV(B) | 73.33º | 0.94% | 0.19% | - |
| XYZ | 1.87 | 2.53 | 0.48 | - |
| YUV | 39.88 | 107.19 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 48 | 3 | 0.21 | 0 | 0.94 | 0.81 | 73.33 | 0.88 | 0.1 |
| Hex | 26 | 30 | 3 | 15 | 0 | 5E | 51 | 49 | 58 | A |
| Octal | 46 | 60 | 3 | 25 | 0 | 136 | 121 | 111 | 130 | 12 |
| Binary | 100110 | 110000 | 11 | 10101 | 0 | 1011110 | 1010001 | 1001001 | 1011000 | 1010 |
Color Harmonies of #263003
Complementary color
Monochromatic Colors of #263003
Black with #263003
Text Example
Text Example
White with #263003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263003; }
p { color: rgb(38,48,3); }
H1.HeaderClassName
{
color: #263003;
}
.AnyTagClassName
{
color: #263003;
}
</style>
background-color css
<style>
a { background-color: #263003; }
a { background-color: rgb(38,48,3); }
div.DivClassName
{
background-color: #263003;
}
.BgClassName
{
background-color: #263003;
}
</style>
border-color css
<style>
span { border-color: #263003; }
span { border-color: rgb(38,48,3); }
td.TdClassName
{
border-color: #263003;
}
.TagClassName
{
border-color: #263003;
}
</style>