Shades of Turtle Green #264103
Tints of Turtle Green #264103
RGB
CMYK
RGB Variations
Color information
#264103 (or 0x264103) is known color: Turtle Green. HEX triplet: 26, 41 and 03. RGB value is (38,65,3). Sum of RGB (Red+Green+Blue) = 38+65+3=106 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.85% from 106); Green value is 65 (25.78% from 255 or 61.32% from 106); Blue value is 3 (1.56% from 255 or 2.83% from 106); Max value from RGB is 65 - color contains mainly: green. Hex color #264103 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264103 is #D9BEFC. Grayscale: #323232. Windows color (decimal): -14270205 or 213286. OLE color: 213286.
HSL color Cylindrical-coordinate representation of color #264103: hue angle of 86.13º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #264103 is Cyan = 0.42, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 38 | 65 | 3 | - |
| CMYK | 0.42 | 0 | 0.95 | 0.75 |
| HSL | 86.13º | 0.91% | 0.13% | - |
| HSV(B) | 86.13º | 0.95% | 0.25% | - |
| XYZ | 2.71 | 4.2 | 0.75 | - |
| YUV | 49.86 | 101.55 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 65 | 3 | 0.42 | 0 | 0.95 | 0.75 | 86.13 | 0.91 | 0.13 |
| Hex | 26 | 41 | 3 | 2A | 0 | 5F | 4B | 56 | 5B | D |
| Octal | 46 | 101 | 3 | 52 | 0 | 137 | 113 | 126 | 133 | 15 |
| Binary | 100110 | 1000001 | 11 | 101010 | 0 | 1011111 | 1001011 | 1010110 | 1011011 | 1101 |
Color Harmonies of #264103
Complementary color
Monochromatic Colors of #264103
Black with #264103
Text Example
Text Example
White with #264103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264103; }
p { color: rgb(38,65,3); }
H1.HeaderClassName
{
color: #264103;
}
.AnyTagClassName
{
color: #264103;
}
</style>
background-color css
<style>
a { background-color: #264103; }
a { background-color: rgb(38,65,3); }
div.DivClassName
{
background-color: #264103;
}
.BgClassName
{
background-color: #264103;
}
</style>
border-color css
<style>
span { border-color: #264103; }
span { border-color: rgb(38,65,3); }
td.TdClassName
{
border-color: #264103;
}
.TagClassName
{
border-color: #264103;
}
</style>