Shades of Turtle Green #264C01
Tints of Turtle Green #264C01
RGB
CMYK
RGB Variations
Color information
#264C01 (or 0x264C01) is known color: Turtle Green. HEX triplet: 26, 4C and 01. RGB value is (38,76,1). Sum of RGB (Red+Green+Blue) = 38+76+1=115 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.04% from 115); Green value is 76 (30.08% from 255 or 66.09% from 115); Blue value is 1 (0.78% from 255 or 0.87% from 115); Max value from RGB is 76 - color contains mainly: green. Hex color #264C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264C01 is #D9B3FE. Grayscale: #383838. Windows color (decimal): -14267391 or 85030. OLE color: 85030.
HSL color Cylindrical-coordinate representation of color #264C01: hue angle of 90.4º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #264C01 is Cyan = 0.5, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 38 | 76 | 1 | - |
| CMYK | 0.5 | 0 | 0.99 | 0.70 |
| HSL | 90.4º | 0.97% | 0.15% | - |
| HSV(B) | 90.4º | 0.99% | 0.3% | - |
| XYZ | 3.39 | 5.58 | 0.93 | - |
| YUV | 56.09 | 96.91 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 76 | 1 | 0.5 | 0 | 0.99 | 0.70 | 90.4 | 0.97 | 0.15 |
| Hex | 26 | 4C | 1 | 32 | 0 | 63 | 46 | 5A | 61 | F |
| Octal | 46 | 114 | 1 | 62 | 0 | 143 | 106 | 132 | 141 | 17 |
| Binary | 100110 | 1001100 | 1 | 110010 | 0 | 1100011 | 1000110 | 1011010 | 1100001 | 1111 |
Color Harmonies of #264C01
Complementary color
Monochromatic Colors of #264C01
Black with #264C01
Text Example
Text Example
White with #264C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264C01; }
p { color: rgb(38,76,1); }
H1.HeaderClassName
{
color: #264C01;
}
.AnyTagClassName
{
color: #264C01;
}
</style>
background-color css
<style>
a { background-color: #264C01; }
a { background-color: rgb(38,76,1); }
div.DivClassName
{
background-color: #264C01;
}
.BgClassName
{
background-color: #264C01;
}
</style>
border-color css
<style>
span { border-color: #264C01; }
span { border-color: rgb(38,76,1); }
td.TdClassName
{
border-color: #264C01;
}
.TagClassName
{
border-color: #264C01;
}
</style>