Shades of Turtle Green #28480C
Tints of Turtle Green #28480C
RGB
CMYK
RGB Variations
Color information
#28480C (or 0x28480C) is known color: Turtle Green. HEX triplet: 28, 48 and 0C. RGB value is (40,72,12). Sum of RGB (Red+Green+Blue) = 40+72+12=124 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.26% from 124); Green value is 72 (28.52% from 255 or 58.06% from 124); Blue value is 12 (5.08% from 255 or 9.68% from 124); Max value from RGB is 72 - color contains mainly: green. Hex color #28480C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28480C is #D7B7F3. Grayscale: #373737. Windows color (decimal): -14137332 or 804904. OLE color: 804904.
HSL color Cylindrical-coordinate representation of color #28480C: hue angle of 92º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28480C is Cyan = 0.44, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 40 | 72 | 12 | - |
| CMYK | 0.44 | 0 | 0.83 | 0.72 |
| HSL | 92º | 0.71% | 0.16% | - |
| HSV(B) | 92º | 0.83% | 0.28% | - |
| XYZ | 3.26 | 5.11 | 1.16 | - |
| YUV | 55.59 | 103.4 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 72 | 12 | 0.44 | 0 | 0.83 | 0.72 | 92 | 0.71 | 0.16 |
| Hex | 28 | 48 | C | 2C | 0 | 53 | 48 | 5C | 47 | 10 |
| Octal | 50 | 110 | 14 | 54 | 0 | 123 | 110 | 134 | 107 | 20 |
| Binary | 101000 | 1001000 | 1100 | 101100 | 0 | 1010011 | 1001000 | 1011100 | 1000111 | 10000 |
Color Harmonies of #28480C
Complementary color
Monochromatic Colors of #28480C
Black with #28480C
Text Example
Text Example
White with #28480C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28480C; }
p { color: rgb(40,72,12); }
H1.HeaderClassName
{
color: #28480C;
}
.AnyTagClassName
{
color: #28480C;
}
</style>
background-color css
<style>
a { background-color: #28480C; }
a { background-color: rgb(40,72,12); }
div.DivClassName
{
background-color: #28480C;
}
.BgClassName
{
background-color: #28480C;
}
</style>
border-color css
<style>
span { border-color: #28480C; }
span { border-color: rgb(40,72,12); }
td.TdClassName
{
border-color: #28480C;
}
.TagClassName
{
border-color: #28480C;
}
</style>