Shades of Turtle Green #28320B
Tints of Turtle Green #28320B
RGB
CMYK
RGB Variations
Color information
#28320B (or 0x28320B) is known color: Turtle Green. HEX triplet: 28, 32 and 0B. RGB value is (40,50,11). Sum of RGB (Red+Green+Blue) = 40+50+11=101 (13% of max value = 765). Red value is 40 (16.02% from 255 or 39.60% from 101); Green value is 50 (19.92% from 255 or 49.50% from 101); Blue value is 11 (4.69% from 255 or 10.89% from 101); Max value from RGB is 50 - color contains mainly: green. Hex color #28320B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28320B is #D7CDF4. Grayscale: #2A2A2A. Windows color (decimal): -14142965 or 733736. OLE color: 733736.
HSL color Cylindrical-coordinate representation of color #28320B: hue angle of 75.38º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28320B is Cyan = 0.20, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 40 | 50 | 11 | - |
| CMYK | 0.20 | 0 | 0.78 | 0.80 |
| HSL | 75.38º | 0.64% | 0.12% | - |
| HSV(B) | 75.38º | 0.78% | 0.2% | - |
| XYZ | 2.08 | 2.76 | 0.74 | - |
| YUV | 42.56 | 110.19 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 50 | 11 | 0.20 | 0 | 0.78 | 0.80 | 75.38 | 0.64 | 0.12 |
| Hex | 28 | 32 | B | 14 | 0 | 4E | 50 | 4B | 40 | C |
| Octal | 50 | 62 | 13 | 24 | 0 | 116 | 120 | 113 | 100 | 14 |
| Binary | 101000 | 110010 | 1011 | 10100 | 0 | 1001110 | 1010000 | 1001011 | 1000000 | 1100 |
Color Harmonies of #28320B
Complementary color
Monochromatic Colors of #28320B
Black with #28320B
Text Example
Text Example
White with #28320B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28320B; }
p { color: rgb(40,50,11); }
H1.HeaderClassName
{
color: #28320B;
}
.AnyTagClassName
{
color: #28320B;
}
</style>
background-color css
<style>
a { background-color: #28320B; }
a { background-color: rgb(40,50,11); }
div.DivClassName
{
background-color: #28320B;
}
.BgClassName
{
background-color: #28320B;
}
</style>
border-color css
<style>
span { border-color: #28320B; }
span { border-color: rgb(40,50,11); }
td.TdClassName
{
border-color: #28320B;
}
.TagClassName
{
border-color: #28320B;
}
</style>