Shades of Turtle Green #28480B
Tints of Turtle Green #28480B
RGB
CMYK
RGB Variations
Color information
#28480B (or 0x28480B) is known color: Turtle Green. HEX triplet: 28, 48 and 0B. RGB value is (40,72,11). Sum of RGB (Red+Green+Blue) = 40+72+11=123 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.52% from 123); Green value is 72 (28.52% from 255 or 58.54% from 123); Blue value is 11 (4.69% from 255 or 8.94% from 123); Max value from RGB is 72 - color contains mainly: green. Hex color #28480B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28480B is #D7B7F4. Grayscale: #373737. Windows color (decimal): -14137333 or 739368. OLE color: 739368.
HSL color Cylindrical-coordinate representation of color #28480B: hue angle of 91.48º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #28480B is Cyan = 0.44, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 40 | 72 | 11 | - |
| CMYK | 0.44 | 0 | 0.85 | 0.72 |
| HSL | 91.48º | 0.73% | 0.16% | - |
| HSV(B) | 91.48º | 0.85% | 0.28% | - |
| XYZ | 3.25 | 5.11 | 1.13 | - |
| YUV | 55.48 | 102.9 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 72 | 11 | 0.44 | 0 | 0.85 | 0.72 | 91.48 | 0.73 | 0.16 |
| Hex | 28 | 48 | B | 2C | 0 | 55 | 48 | 5B | 49 | 10 |
| Octal | 50 | 110 | 13 | 54 | 0 | 125 | 110 | 133 | 111 | 20 |
| Binary | 101000 | 1001000 | 1011 | 101100 | 0 | 1010101 | 1001000 | 1011011 | 1001001 | 10000 |
Color Harmonies of #28480B
Complementary color
Monochromatic Colors of #28480B
Black with #28480B
Text Example
Text Example
White with #28480B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28480B; }
p { color: rgb(40,72,11); }
H1.HeaderClassName
{
color: #28480B;
}
.AnyTagClassName
{
color: #28480B;
}
</style>
background-color css
<style>
a { background-color: #28480B; }
a { background-color: rgb(40,72,11); }
div.DivClassName
{
background-color: #28480B;
}
.BgClassName
{
background-color: #28480B;
}
</style>
border-color css
<style>
span { border-color: #28480B; }
span { border-color: rgb(40,72,11); }
td.TdClassName
{
border-color: #28480B;
}
.TagClassName
{
border-color: #28480B;
}
</style>