Shades of Turtle Green #264800
Tints of Turtle Green #264800
RGB
CMYK
RGB Variations
Color information
#264800 (or 0x264800) is known color: Turtle Green. HEX triplet: 26, 48 and 00. RGB value is (38,72,0). Sum of RGB (Red+Green+Blue) = 38+72+0=110 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.55% from 110); Green value is 72 (28.52% from 255 or 65.45% from 110); Blue value is 0 (0.39% from 255 or 0% from 110); Max value from RGB is 72 - color contains mainly: green. Hex color #264800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264800 is #D9B7FF. Grayscale: #353535. Windows color (decimal): -14268416 or 18470. OLE color: 18470.
HSL color Cylindrical-coordinate representation of color #264800: hue angle of 88.33º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #264800 is Cyan = 0.47, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 38 | 72 | 0 | - |
| CMYK | 0.47 | 0 | 1 | 0.72 |
| HSL | 88.33º | 1% | 0.14% | - |
| HSV(B) | 88.33º | 1% | 0.28% | - |
| XYZ | 3.12 | 5.05 | 0.81 | - |
| YUV | 53.63 | 97.74 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 72 | 0 | 0.47 | 0 | 1 | 0.72 | 88.33 | 1 | 0.14 |
| Hex | 26 | 48 | 0 | 2F | 0 | 64 | 48 | 58 | 64 | E |
| Octal | 46 | 110 | 0 | 57 | 0 | 144 | 110 | 130 | 144 | 16 |
| Binary | 100110 | 1001000 | 0 | 101111 | 0 | 1100100 | 1001000 | 1011000 | 1100100 | 1110 |
Color Harmonies of #264800
Complementary color
Monochromatic Colors of #264800
Black with #264800
Text Example
Text Example
White with #264800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264800; }
p { color: rgb(38,72,0); }
H1.HeaderClassName
{
color: #264800;
}
.AnyTagClassName
{
color: #264800;
}
</style>
background-color css
<style>
a { background-color: #264800; }
a { background-color: rgb(38,72,0); }
div.DivClassName
{
background-color: #264800;
}
.BgClassName
{
background-color: #264800;
}
</style>
border-color css
<style>
span { border-color: #264800; }
span { border-color: rgb(38,72,0); }
td.TdClassName
{
border-color: #264800;
}
.TagClassName
{
border-color: #264800;
}
</style>