Shades of Turtle Green #28490B
Tints of Turtle Green #28490B
RGB
CMYK
RGB Variations
Color information
#28490B (or 0x28490B) is known color: Turtle Green. HEX triplet: 28, 49 and 0B. RGB value is (40,73,11). Sum of RGB (Red+Green+Blue) = 40+73+11=124 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.26% from 124); Green value is 73 (28.91% from 255 or 58.87% from 124); Blue value is 11 (4.69% from 255 or 8.87% from 124); Max value from RGB is 73 - color contains mainly: green. Hex color #28490B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28490B is #D7B6F4. Grayscale: #383838. Windows color (decimal): -14137077 or 739624. OLE color: 739624.
HSL color Cylindrical-coordinate representation of color #28490B: hue angle of 91.94º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #28490B is Cyan = 0.45, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 40 | 73 | 11 | - |
| CMYK | 0.45 | 0 | 0.85 | 0.71 |
| HSL | 91.94º | 0.74% | 0.16% | - |
| HSV(B) | 91.94º | 0.85% | 0.29% | - |
| XYZ | 3.32 | 5.24 | 1.15 | - |
| YUV | 56.07 | 102.57 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 73 | 11 | 0.45 | 0 | 0.85 | 0.71 | 91.94 | 0.74 | 0.16 |
| Hex | 28 | 49 | B | 2D | 0 | 55 | 47 | 5C | 4A | 10 |
| Octal | 50 | 111 | 13 | 55 | 0 | 125 | 107 | 134 | 112 | 20 |
| Binary | 101000 | 1001001 | 1011 | 101101 | 0 | 1010101 | 1000111 | 1011100 | 1001010 | 10000 |
Color Harmonies of #28490B
Complementary color
Monochromatic Colors of #28490B
Black with #28490B
Text Example
Text Example
White with #28490B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28490B; }
p { color: rgb(40,73,11); }
H1.HeaderClassName
{
color: #28490B;
}
.AnyTagClassName
{
color: #28490B;
}
</style>
background-color css
<style>
a { background-color: #28490B; }
a { background-color: rgb(40,73,11); }
div.DivClassName
{
background-color: #28490B;
}
.BgClassName
{
background-color: #28490B;
}
</style>
border-color css
<style>
span { border-color: #28490B; }
span { border-color: rgb(40,73,11); }
td.TdClassName
{
border-color: #28490B;
}
.TagClassName
{
border-color: #28490B;
}
</style>