Shades of Turtle Green #263802
Tints of Turtle Green #263802
RGB
CMYK
RGB Variations
Color information
#263802 (or 0x263802) is known color: Turtle Green. HEX triplet: 26, 38 and 02. RGB value is (38,56,2). Sum of RGB (Red+Green+Blue) = 38+56+2=96 (12% of max value = 765). Red value is 38 (15.23% from 255 or 39.58% from 96); Green value is 56 (22.27% from 255 or 58.33% from 96); Blue value is 2 (1.17% from 255 or 2.08% from 96); Max value from RGB is 56 - color contains mainly: green. Hex color #263802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263802 is #D9C7FD. Grayscale: #2C2C2C. Windows color (decimal): -14272510 or 145446. OLE color: 145446.
HSL color Cylindrical-coordinate representation of color #263802: hue angle of 80º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #263802 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 38 | 56 | 2 | - |
| CMYK | 0.32 | 0 | 0.96 | 0.78 |
| HSL | 80º | 0.93% | 0.11% | - |
| HSV(B) | 80º | 0.96% | 0.22% | - |
| XYZ | 2.22 | 3.24 | 0.57 | - |
| YUV | 44.46 | 104.04 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 56 | 2 | 0.32 | 0 | 0.96 | 0.78 | 80 | 0.93 | 0.11 |
| Hex | 26 | 38 | 2 | 20 | 0 | 60 | 4E | 50 | 5D | B |
| Octal | 46 | 70 | 2 | 40 | 0 | 140 | 116 | 120 | 135 | 13 |
| Binary | 100110 | 111000 | 10 | 100000 | 0 | 1100000 | 1001110 | 1010000 | 1011101 | 1011 |
Color Harmonies of #263802
Complementary color
Monochromatic Colors of #263802
Black with #263802
Text Example
Text Example
White with #263802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263802; }
p { color: rgb(38,56,2); }
H1.HeaderClassName
{
color: #263802;
}
.AnyTagClassName
{
color: #263802;
}
</style>
background-color css
<style>
a { background-color: #263802; }
a { background-color: rgb(38,56,2); }
div.DivClassName
{
background-color: #263802;
}
.BgClassName
{
background-color: #263802;
}
</style>
border-color css
<style>
span { border-color: #263802; }
span { border-color: rgb(38,56,2); }
td.TdClassName
{
border-color: #263802;
}
.TagClassName
{
border-color: #263802;
}
</style>