Shades of Turtle Green #284105
Tints of Turtle Green #284105
RGB
CMYK
RGB Variations
Color information
#284105 (or 0x284105) is known color: Turtle Green. HEX triplet: 28, 41 and 05. RGB value is (40,65,5). Sum of RGB (Red+Green+Blue) = 40+65+5=110 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.36% from 110); Green value is 65 (25.78% from 255 or 59.09% from 110); Blue value is 5 (2.34% from 255 or 4.55% from 110); Max value from RGB is 65 - color contains mainly: green. Hex color #284105 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #284105 is #D7BEFA. Grayscale: #323232. Windows color (decimal): -14139131 or 344360. OLE color: 344360.
HSL color Cylindrical-coordinate representation of color #284105: hue angle of 85º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #284105 is Cyan = 0.38, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 40 | 65 | 5 | - |
| CMYK | 0.38 | 0 | 0.92 | 0.75 |
| HSL | 85º | 0.86% | 0.14% | - |
| HSV(B) | 85º | 0.92% | 0.25% | - |
| XYZ | 2.79 | 4.24 | 0.82 | - |
| YUV | 50.69 | 102.22 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 65 | 5 | 0.38 | 0 | 0.92 | 0.75 | 85 | 0.86 | 0.14 |
| Hex | 28 | 41 | 5 | 26 | 0 | 5C | 4B | 55 | 56 | E |
| Octal | 50 | 101 | 5 | 46 | 0 | 134 | 113 | 125 | 126 | 16 |
| Binary | 101000 | 1000001 | 101 | 100110 | 0 | 1011100 | 1001011 | 1010101 | 1010110 | 1110 |
Color Harmonies of #284105
Complementary color
Monochromatic Colors of #284105
Black with #284105
Text Example
Text Example
White with #284105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284105; }
p { color: rgb(40,65,5); }
H1.HeaderClassName
{
color: #284105;
}
.AnyTagClassName
{
color: #284105;
}
</style>
background-color css
<style>
a { background-color: #284105; }
a { background-color: rgb(40,65,5); }
div.DivClassName
{
background-color: #284105;
}
.BgClassName
{
background-color: #284105;
}
</style>
border-color css
<style>
span { border-color: #284105; }
span { border-color: rgb(40,65,5); }
td.TdClassName
{
border-color: #284105;
}
.TagClassName
{
border-color: #284105;
}
</style>