Shades of Turtle Green #28330E
Tints of Turtle Green #28330E
RGB
CMYK
RGB Variations
Color information
#28330E (or 0x28330E) is known color: Turtle Green. HEX triplet: 28, 33 and 0E. RGB value is (40,51,14). Sum of RGB (Red+Green+Blue) = 40+51+14=105 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.10% from 105); Green value is 51 (20.31% from 255 or 48.57% from 105); Blue value is 14 (5.86% from 255 or 13.33% from 105); Max value from RGB is 51 - color contains mainly: green. Hex color #28330E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28330E is #D7CCF1. Grayscale: #2B2B2B. Windows color (decimal): -14142706 or 930600. OLE color: 930600.
HSL color Cylindrical-coordinate representation of color #28330E: hue angle of 77.84º degrees, saturation: 0.57, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #28330E is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 40 | 51 | 14 | - |
| CMYK | 0.22 | 0 | 0.73 | 0.8 |
| HSL | 77.84º | 0.57% | 0.13% | - |
| HSV(B) | 77.84º | 0.73% | 0.2% | - |
| XYZ | 2.14 | 2.85 | 0.85 | - |
| YUV | 43.49 | 111.36 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 51 | 14 | 0.22 | 0 | 0.73 | 0.8 | 77.84 | 0.57 | 0.13 |
| Hex | 28 | 33 | E | 16 | 0 | 49 | 50 | 4E | 39 | D |
| Octal | 50 | 63 | 16 | 26 | 0 | 111 | 120 | 116 | 71 | 15 |
| Binary | 101000 | 110011 | 1110 | 10110 | 0 | 1001001 | 1010000 | 1001110 | 111001 | 1101 |
Color Harmonies of #28330E
Complementary color
Monochromatic Colors of #28330E
Black with #28330E
Text Example
Text Example
White with #28330E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28330E; }
p { color: rgb(40,51,14); }
H1.HeaderClassName
{
color: #28330E;
}
.AnyTagClassName
{
color: #28330E;
}
</style>
background-color css
<style>
a { background-color: #28330E; }
a { background-color: rgb(40,51,14); }
div.DivClassName
{
background-color: #28330E;
}
.BgClassName
{
background-color: #28330E;
}
</style>
border-color css
<style>
span { border-color: #28330E; }
span { border-color: rgb(40,51,14); }
td.TdClassName
{
border-color: #28330E;
}
.TagClassName
{
border-color: #28330E;
}
</style>