Shades of Turtle Green #28340B
Tints of Turtle Green #28340B
RGB
CMYK
RGB Variations
Color information
#28340B (or 0x28340B) is known color: Turtle Green. HEX triplet: 28, 34 and 0B. RGB value is (40,52,11). Sum of RGB (Red+Green+Blue) = 40+52+11=103 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.83% from 103); Green value is 52 (20.70% from 255 or 50.49% from 103); Blue value is 11 (4.69% from 255 or 10.68% from 103); Max value from RGB is 52 - color contains mainly: green. Hex color #28340B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28340B is #D7CBF4. Grayscale: #2B2B2B. Windows color (decimal): -14142453 or 734248. OLE color: 734248.
HSL color Cylindrical-coordinate representation of color #28340B: hue angle of 77.56º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28340B is Cyan = 0.23, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 40 | 52 | 11 | - |
| CMYK | 0.23 | 0 | 0.79 | 0.80 |
| HSL | 77.56º | 0.65% | 0.12% | - |
| HSV(B) | 77.56º | 0.79% | 0.2% | - |
| XYZ | 2.16 | 2.93 | 0.77 | - |
| YUV | 43.74 | 109.52 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 52 | 11 | 0.23 | 0 | 0.79 | 0.80 | 77.56 | 0.65 | 0.12 |
| Hex | 28 | 34 | B | 17 | 0 | 4F | 50 | 4E | 41 | C |
| Octal | 50 | 64 | 13 | 27 | 0 | 117 | 120 | 116 | 101 | 14 |
| Binary | 101000 | 110100 | 1011 | 10111 | 0 | 1001111 | 1010000 | 1001110 | 1000001 | 1100 |
Color Harmonies of #28340B
Complementary color
Monochromatic Colors of #28340B
Black with #28340B
Text Example
Text Example
White with #28340B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28340B; }
p { color: rgb(40,52,11); }
H1.HeaderClassName
{
color: #28340B;
}
.AnyTagClassName
{
color: #28340B;
}
</style>
background-color css
<style>
a { background-color: #28340B; }
a { background-color: rgb(40,52,11); }
div.DivClassName
{
background-color: #28340B;
}
.BgClassName
{
background-color: #28340B;
}
</style>
border-color css
<style>
span { border-color: #28340B; }
span { border-color: rgb(40,52,11); }
td.TdClassName
{
border-color: #28340B;
}
.TagClassName
{
border-color: #28340B;
}
</style>