Shades of Turtle Green #264801
Tints of Turtle Green #264801
RGB
CMYK
RGB Variations
Color information
#264801 (or 0x264801) is known color: Turtle Green. HEX triplet: 26, 48 and 01. RGB value is (38,72,1). Sum of RGB (Red+Green+Blue) = 38+72+1=111 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.23% from 111); Green value is 72 (28.52% from 255 or 64.86% from 111); Blue value is 1 (0.78% from 255 or 0.90% from 111); Max value from RGB is 72 - color contains mainly: green. Hex color #264801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264801 is #D9B7FE. Grayscale: #353535. Windows color (decimal): -14268415 or 84006. OLE color: 84006.
HSL color Cylindrical-coordinate representation of color #264801: hue angle of 88.73º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #264801 is Cyan = 0.47, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 38 | 72 | 1 | - |
| CMYK | 0.47 | 0 | 0.99 | 0.72 |
| HSL | 88.73º | 0.97% | 0.14% | - |
| HSV(B) | 88.73º | 0.99% | 0.28% | - |
| XYZ | 3.12 | 5.05 | 0.84 | - |
| YUV | 53.74 | 98.24 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 72 | 1 | 0.47 | 0 | 0.99 | 0.72 | 88.73 | 0.97 | 0.14 |
| Hex | 26 | 48 | 1 | 2F | 0 | 63 | 48 | 59 | 61 | E |
| Octal | 46 | 110 | 1 | 57 | 0 | 143 | 110 | 131 | 141 | 16 |
| Binary | 100110 | 1001000 | 1 | 101111 | 0 | 1100011 | 1001000 | 1011001 | 1100001 | 1110 |
Color Harmonies of #264801
Complementary color
Monochromatic Colors of #264801
Black with #264801
Text Example
Text Example
White with #264801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264801; }
p { color: rgb(38,72,1); }
H1.HeaderClassName
{
color: #264801;
}
.AnyTagClassName
{
color: #264801;
}
</style>
background-color css
<style>
a { background-color: #264801; }
a { background-color: rgb(38,72,1); }
div.DivClassName
{
background-color: #264801;
}
.BgClassName
{
background-color: #264801;
}
</style>
border-color css
<style>
span { border-color: #264801; }
span { border-color: rgb(38,72,1); }
td.TdClassName
{
border-color: #264801;
}
.TagClassName
{
border-color: #264801;
}
</style>