Shades of Turtle Green #283007
Tints of Turtle Green #283007
RGB
CMYK
RGB Variations
Color information
#283007 (or 0x283007) is known color: Turtle Green. HEX triplet: 28, 30 and 07. RGB value is (40,48,7). Sum of RGB (Red+Green+Blue) = 40+48+7=95 (12% of max value = 765). Red value is 40 (16.02% from 255 or 42.11% from 95); Green value is 48 (19.14% from 255 or 50.53% from 95); Blue value is 7 (3.12% from 255 or 7.37% from 95); Max value from RGB is 48 - color contains mainly: green. Hex color #283007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #283007 is #D7CFF8. Grayscale: #292929. Windows color (decimal): -14143481 or 471080. OLE color: 471080.
HSL color Cylindrical-coordinate representation of color #283007: hue angle of 71.71º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #283007 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 40 | 48 | 7 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.81 |
| HSL | 71.71º | 0.75% | 0.11% | - |
| HSV(B) | 71.71º | 0.85% | 0.19% | - |
| XYZ | 1.97 | 2.58 | 0.6 | - |
| YUV | 40.93 | 108.85 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 48 | 7 | 0.17 | 0 | 0.85 | 0.81 | 71.71 | 0.75 | 0.11 |
| Hex | 28 | 30 | 7 | 11 | 0 | 55 | 51 | 48 | 4B | B |
| Octal | 50 | 60 | 7 | 21 | 0 | 125 | 121 | 110 | 113 | 13 |
| Binary | 101000 | 110000 | 111 | 10001 | 0 | 1010101 | 1010001 | 1001000 | 1001011 | 1011 |
Color Harmonies of #283007
Complementary color
Monochromatic Colors of #283007
Black with #283007
Text Example
Text Example
White with #283007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283007; }
p { color: rgb(40,48,7); }
H1.HeaderClassName
{
color: #283007;
}
.AnyTagClassName
{
color: #283007;
}
</style>
background-color css
<style>
a { background-color: #283007; }
a { background-color: rgb(40,48,7); }
div.DivClassName
{
background-color: #283007;
}
.BgClassName
{
background-color: #283007;
}
</style>
border-color css
<style>
span { border-color: #283007; }
span { border-color: rgb(40,48,7); }
td.TdClassName
{
border-color: #283007;
}
.TagClassName
{
border-color: #283007;
}
</style>