Shades of Turtle Green #263102
Tints of Turtle Green #263102
RGB
CMYK
RGB Variations
Color information
#263102 (or 0x263102) is known color: Turtle Green. HEX triplet: 26, 31 and 02. RGB value is (38,49,2). Sum of RGB (Red+Green+Blue) = 38+49+2=89 (11% of max value = 765). Red value is 38 (15.23% from 255 or 42.70% from 89); Green value is 49 (19.53% from 255 or 55.06% from 89); Blue value is 2 (1.17% from 255 or 2.25% from 89); Max value from RGB is 49 - color contains mainly: green. Hex color #263102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263102 is #D9CEFD. Grayscale: #282828. Windows color (decimal): -14274302 or 143654. OLE color: 143654.
HSL color Cylindrical-coordinate representation of color #263102: hue angle of 74.04º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #263102 is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 38 | 49 | 2 | - |
| CMYK | 0.22 | 0 | 0.96 | 0.81 |
| HSL | 74.04º | 0.92% | 0.1% | - |
| HSV(B) | 74.04º | 0.96% | 0.19% | - |
| XYZ | 1.91 | 2.61 | 0.46 | - |
| YUV | 40.35 | 106.36 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 49 | 2 | 0.22 | 0 | 0.96 | 0.81 | 74.04 | 0.92 | 0.1 |
| Hex | 26 | 31 | 2 | 16 | 0 | 60 | 51 | 4A | 5C | A |
| Octal | 46 | 61 | 2 | 26 | 0 | 140 | 121 | 112 | 134 | 12 |
| Binary | 100110 | 110001 | 10 | 10110 | 0 | 1100000 | 1010001 | 1001010 | 1011100 | 1010 |
Color Harmonies of #263102
Complementary color
Monochromatic Colors of #263102
Black with #263102
Text Example
Text Example
White with #263102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263102; }
p { color: rgb(38,49,2); }
H1.HeaderClassName
{
color: #263102;
}
.AnyTagClassName
{
color: #263102;
}
</style>
background-color css
<style>
a { background-color: #263102; }
a { background-color: rgb(38,49,2); }
div.DivClassName
{
background-color: #263102;
}
.BgClassName
{
background-color: #263102;
}
</style>
border-color css
<style>
span { border-color: #263102; }
span { border-color: rgb(38,49,2); }
td.TdClassName
{
border-color: #263102;
}
.TagClassName
{
border-color: #263102;
}
</style>