Shades of Turtle Green #264A03
Tints of Turtle Green #264A03
RGB
CMYK
RGB Variations
Color information
#264A03 (or 0x264A03) is known color: Turtle Green. HEX triplet: 26, 4A and 03. RGB value is (38,74,3). Sum of RGB (Red+Green+Blue) = 38+74+3=115 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.04% from 115); Green value is 74 (29.30% from 255 or 64.35% from 115); Blue value is 3 (1.56% from 255 or 2.61% from 115); Max value from RGB is 74 - color contains mainly: green. Hex color #264A03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264A03 is #D9B5FC. Grayscale: #373737. Windows color (decimal): -14267901 or 215590. OLE color: 215590.
HSL color Cylindrical-coordinate representation of color #264A03: hue angle of 90.42º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #264A03 is Cyan = 0.49, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 38 | 74 | 3 | - |
| CMYK | 0.49 | 0 | 0.96 | 0.71 |
| HSL | 90.42º | 0.92% | 0.15% | - |
| HSV(B) | 90.42º | 0.96% | 0.29% | - |
| XYZ | 3.26 | 5.32 | 0.94 | - |
| YUV | 55.14 | 98.57 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 74 | 3 | 0.49 | 0 | 0.96 | 0.71 | 90.42 | 0.92 | 0.15 |
| Hex | 26 | 4A | 3 | 31 | 0 | 60 | 47 | 5A | 5C | F |
| Octal | 46 | 112 | 3 | 61 | 0 | 140 | 107 | 132 | 134 | 17 |
| Binary | 100110 | 1001010 | 11 | 110001 | 0 | 1100000 | 1000111 | 1011010 | 1011100 | 1111 |
Color Harmonies of #264A03
Complementary color
Monochromatic Colors of #264A03
Black with #264A03
Text Example
Text Example
White with #264A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264A03; }
p { color: rgb(38,74,3); }
H1.HeaderClassName
{
color: #264A03;
}
.AnyTagClassName
{
color: #264A03;
}
</style>
background-color css
<style>
a { background-color: #264A03; }
a { background-color: rgb(38,74,3); }
div.DivClassName
{
background-color: #264A03;
}
.BgClassName
{
background-color: #264A03;
}
</style>
border-color css
<style>
span { border-color: #264A03; }
span { border-color: rgb(38,74,3); }
td.TdClassName
{
border-color: #264A03;
}
.TagClassName
{
border-color: #264A03;
}
</style>