Shades of Turtle Green #264701
Tints of Turtle Green #264701
RGB
CMYK
RGB Variations
Color information
#264701 (or 0x264701) is known color: Turtle Green. HEX triplet: 26, 47 and 01. RGB value is (38,71,1). Sum of RGB (Red+Green+Blue) = 38+71+1=110 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.55% from 110); Green value is 71 (28.12% from 255 or 64.55% from 110); Blue value is 1 (0.78% from 255 or 0.91% from 110); Max value from RGB is 71 - color contains mainly: green. Hex color #264701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264701 is #D9B8FE. Grayscale: #353535. Windows color (decimal): -14268671 or 83750. OLE color: 83750.
HSL color Cylindrical-coordinate representation of color #264701: hue angle of 88.29º 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 #264701 is Cyan = 0.46, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 38 | 71 | 1 | - |
| CMYK | 0.46 | 0 | 0.99 | 0.72 |
| HSL | 88.29º | 0.97% | 0.14% | - |
| HSV(B) | 88.29º | 0.99% | 0.28% | - |
| XYZ | 3.06 | 4.92 | 0.82 | - |
| YUV | 53.15 | 98.57 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 71 | 1 | 0.46 | 0 | 0.99 | 0.72 | 88.29 | 0.97 | 0.14 |
| Hex | 26 | 47 | 1 | 2E | 0 | 63 | 48 | 58 | 61 | E |
| Octal | 46 | 107 | 1 | 56 | 0 | 143 | 110 | 130 | 141 | 16 |
| Binary | 100110 | 1000111 | 1 | 101110 | 0 | 1100011 | 1001000 | 1011000 | 1100001 | 1110 |
Color Harmonies of #264701
Complementary color
Monochromatic Colors of #264701
Black with #264701
Text Example
Text Example
White with #264701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264701; }
p { color: rgb(38,71,1); }
H1.HeaderClassName
{
color: #264701;
}
.AnyTagClassName
{
color: #264701;
}
</style>
background-color css
<style>
a { background-color: #264701; }
a { background-color: rgb(38,71,1); }
div.DivClassName
{
background-color: #264701;
}
.BgClassName
{
background-color: #264701;
}
</style>
border-color css
<style>
span { border-color: #264701; }
span { border-color: rgb(38,71,1); }
td.TdClassName
{
border-color: #264701;
}
.TagClassName
{
border-color: #264701;
}
</style>