Shades of Turtle Green #28320C
Tints of Turtle Green #28320C
RGB
CMYK
RGB Variations
Color information
#28320C (or 0x28320C) is known color: Turtle Green. HEX triplet: 28, 32 and 0C. RGB value is (40,50,12). Sum of RGB (Red+Green+Blue) = 40+50+12=102 (13% of max value = 765). Red value is 40 (16.02% from 255 or 39.22% from 102); Green value is 50 (19.92% from 255 or 49.02% from 102); Blue value is 12 (5.08% from 255 or 11.76% from 102); Max value from RGB is 50 - color contains mainly: green. Hex color #28320C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28320C is #D7CDF3. Grayscale: #2A2A2A. Windows color (decimal): -14142964 or 799272. OLE color: 799272.
HSL color Cylindrical-coordinate representation of color #28320C: hue angle of 75.79º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28320C is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 40 | 50 | 12 | - |
| CMYK | 0.20 | 0 | 0.76 | 0.80 |
| HSL | 75.79º | 0.61% | 0.12% | - |
| HSV(B) | 75.79º | 0.76% | 0.2% | - |
| XYZ | 2.08 | 2.76 | 0.77 | - |
| YUV | 42.68 | 110.69 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 50 | 12 | 0.20 | 0 | 0.76 | 0.80 | 75.79 | 0.61 | 0.12 |
| Hex | 28 | 32 | C | 14 | 0 | 4C | 50 | 4C | 3D | C |
| Octal | 50 | 62 | 14 | 24 | 0 | 114 | 120 | 114 | 75 | 14 |
| Binary | 101000 | 110010 | 1100 | 10100 | 0 | 1001100 | 1010000 | 1001100 | 111101 | 1100 |
Color Harmonies of #28320C
Complementary color
Monochromatic Colors of #28320C
Black with #28320C
Text Example
Text Example
White with #28320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28320C; }
p { color: rgb(40,50,12); }
H1.HeaderClassName
{
color: #28320C;
}
.AnyTagClassName
{
color: #28320C;
}
</style>
background-color css
<style>
a { background-color: #28320C; }
a { background-color: rgb(40,50,12); }
div.DivClassName
{
background-color: #28320C;
}
.BgClassName
{
background-color: #28320C;
}
</style>
border-color css
<style>
span { border-color: #28320C; }
span { border-color: rgb(40,50,12); }
td.TdClassName
{
border-color: #28320C;
}
.TagClassName
{
border-color: #28320C;
}
</style>