Shades of Turtle Green #28490C
Tints of Turtle Green #28490C
RGB
CMYK
RGB Variations
Color information
#28490C (or 0x28490C) is known color: Turtle Green. HEX triplet: 28, 49 and 0C. RGB value is (40,73,12). Sum of RGB (Red+Green+Blue) = 40+73+12=125 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32% from 125); Green value is 73 (28.91% from 255 or 58.4% from 125); Blue value is 12 (5.08% from 255 or 9.6% from 125); Max value from RGB is 73 - color contains mainly: green. Hex color #28490C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28490C is #D7B6F3. Grayscale: #383838. Windows color (decimal): -14137076 or 805160. OLE color: 805160.
HSL color Cylindrical-coordinate representation of color #28490C: hue angle of 92.46º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28490C is Cyan = 0.45, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 40 | 73 | 12 | - |
| CMYK | 0.45 | 0 | 0.84 | 0.71 |
| HSL | 92.46º | 0.72% | 0.17% | - |
| HSV(B) | 92.46º | 0.84% | 0.29% | - |
| XYZ | 3.32 | 5.24 | 1.18 | - |
| YUV | 56.18 | 103.07 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 73 | 12 | 0.45 | 0 | 0.84 | 0.71 | 92.46 | 0.72 | 0.17 |
| Hex | 28 | 49 | C | 2D | 0 | 54 | 47 | 5C | 48 | 11 |
| Octal | 50 | 111 | 14 | 55 | 0 | 124 | 107 | 134 | 110 | 21 |
| Binary | 101000 | 1001001 | 1100 | 101101 | 0 | 1010100 | 1000111 | 1011100 | 1001000 | 10001 |
Color Harmonies of #28490C
Complementary color
Monochromatic Colors of #28490C
Black with #28490C
Text Example
Text Example
White with #28490C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28490C; }
p { color: rgb(40,73,12); }
H1.HeaderClassName
{
color: #28490C;
}
.AnyTagClassName
{
color: #28490C;
}
</style>
background-color css
<style>
a { background-color: #28490C; }
a { background-color: rgb(40,73,12); }
div.DivClassName
{
background-color: #28490C;
}
.BgClassName
{
background-color: #28490C;
}
</style>
border-color css
<style>
span { border-color: #28490C; }
span { border-color: rgb(40,73,12); }
td.TdClassName
{
border-color: #28490C;
}
.TagClassName
{
border-color: #28490C;
}
</style>