Shades of Turtle Green #264204
Tints of Turtle Green #264204
RGB
CMYK
RGB Variations
Color information
#264204 (or 0x264204) is known color: Turtle Green. HEX triplet: 26, 42 and 04. RGB value is (38,66,4). Sum of RGB (Red+Green+Blue) = 38+66+4=108 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.19% from 108); Green value is 66 (26.17% from 255 or 61.11% from 108); Blue value is 4 (1.95% from 255 or 3.70% from 108); Max value from RGB is 66 - color contains mainly: green. Hex color #264204 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264204 is #D9BDFB. Grayscale: #323232. Windows color (decimal): -14269948 or 279078. OLE color: 279078.
HSL color Cylindrical-coordinate representation of color #264204: hue angle of 87.1º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #264204 is Cyan = 0.42, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 38 | 66 | 4 | - |
| CMYK | 0.42 | 0 | 0.94 | 0.74 |
| HSL | 87.1º | 0.89% | 0.14% | - |
| HSV(B) | 87.1º | 0.94% | 0.26% | - |
| XYZ | 2.77 | 4.32 | 0.8 | - |
| YUV | 50.56 | 101.72 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 66 | 4 | 0.42 | 0 | 0.94 | 0.74 | 87.1 | 0.89 | 0.14 |
| Hex | 26 | 42 | 4 | 2A | 0 | 5E | 4A | 57 | 59 | E |
| Octal | 46 | 102 | 4 | 52 | 0 | 136 | 112 | 127 | 131 | 16 |
| Binary | 100110 | 1000010 | 100 | 101010 | 0 | 1011110 | 1001010 | 1010111 | 1011001 | 1110 |
Color Harmonies of #264204
Complementary color
Monochromatic Colors of #264204
Black with #264204
Text Example
Text Example
White with #264204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264204; }
p { color: rgb(38,66,4); }
H1.HeaderClassName
{
color: #264204;
}
.AnyTagClassName
{
color: #264204;
}
</style>
background-color css
<style>
a { background-color: #264204; }
a { background-color: rgb(38,66,4); }
div.DivClassName
{
background-color: #264204;
}
.BgClassName
{
background-color: #264204;
}
</style>
border-color css
<style>
span { border-color: #264204; }
span { border-color: rgb(38,66,4); }
td.TdClassName
{
border-color: #264204;
}
.TagClassName
{
border-color: #264204;
}
</style>