Shades of Turtle Green #28440B
Tints of Turtle Green #28440B
RGB
CMYK
RGB Variations
Color information
#28440B (or 0x28440B) is known color: Turtle Green. HEX triplet: 28, 44 and 0B. RGB value is (40,68,11). Sum of RGB (Red+Green+Blue) = 40+68+11=119 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.61% from 119); Green value is 68 (26.95% from 255 or 57.14% from 119); Blue value is 11 (4.69% from 255 or 9.24% from 119); Max value from RGB is 68 - color contains mainly: green. Hex color #28440B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28440B is #D7BBF4. Grayscale: #353535. Windows color (decimal): -14138357 or 738344. OLE color: 738344.
HSL color Cylindrical-coordinate representation of color #28440B: hue angle of 89.47º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28440B is Cyan = 0.41, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 40 | 68 | 11 | - |
| CMYK | 0.41 | 0 | 0.84 | 0.73 |
| HSL | 89.47º | 0.72% | 0.15% | - |
| HSV(B) | 89.47º | 0.84% | 0.27% | - |
| XYZ | 3 | 4.61 | 1.05 | - |
| YUV | 53.13 | 104.22 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 68 | 11 | 0.41 | 0 | 0.84 | 0.73 | 89.47 | 0.72 | 0.15 |
| Hex | 28 | 44 | B | 29 | 0 | 54 | 49 | 59 | 48 | F |
| Octal | 50 | 104 | 13 | 51 | 0 | 124 | 111 | 131 | 110 | 17 |
| Binary | 101000 | 1000100 | 1011 | 101001 | 0 | 1010100 | 1001001 | 1011001 | 1001000 | 1111 |
Color Harmonies of #28440B
Complementary color
Monochromatic Colors of #28440B
Black with #28440B
Text Example
Text Example
White with #28440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28440B; }
p { color: rgb(40,68,11); }
H1.HeaderClassName
{
color: #28440B;
}
.AnyTagClassName
{
color: #28440B;
}
</style>
background-color css
<style>
a { background-color: #28440B; }
a { background-color: rgb(40,68,11); }
div.DivClassName
{
background-color: #28440B;
}
.BgClassName
{
background-color: #28440B;
}
</style>
border-color css
<style>
span { border-color: #28440B; }
span { border-color: rgb(40,68,11); }
td.TdClassName
{
border-color: #28440B;
}
.TagClassName
{
border-color: #28440B;
}
</style>