Shades of Turtle Green #283408
Tints of Turtle Green #283408
RGB
CMYK
RGB Variations
Color information
#283408 (or 0x283408) is known color: Turtle Green. HEX triplet: 28, 34 and 08. RGB value is (40,52,8). Sum of RGB (Red+Green+Blue) = 40+52+8=100 (13% of max value = 765). Red value is 40 (16.02% from 255 or 40% from 100); Green value is 52 (20.70% from 255 or 52% from 100); Blue value is 8 (3.52% from 255 or 8% from 100); Max value from RGB is 52 - color contains mainly: green. Hex color #283408 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #283408 is #D7CBF7. Grayscale: #2B2B2B. Windows color (decimal): -14142456 or 537640. OLE color: 537640.
HSL color Cylindrical-coordinate representation of color #283408: hue angle of 76.36º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #283408 is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 40 | 52 | 8 | - |
| CMYK | 0.23 | 0 | 0.85 | 0.80 |
| HSL | 76.36º | 0.73% | 0.12% | - |
| HSV(B) | 76.36º | 0.85% | 0.2% | - |
| XYZ | 2.15 | 2.92 | 0.68 | - |
| YUV | 43.4 | 108.02 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 52 | 8 | 0.23 | 0 | 0.85 | 0.80 | 76.36 | 0.73 | 0.12 |
| Hex | 28 | 34 | 8 | 17 | 0 | 55 | 50 | 4C | 49 | C |
| Octal | 50 | 64 | 10 | 27 | 0 | 125 | 120 | 114 | 111 | 14 |
| Binary | 101000 | 110100 | 1000 | 10111 | 0 | 1010101 | 1010000 | 1001100 | 1001001 | 1100 |
Color Harmonies of #283408
Complementary color
Monochromatic Colors of #283408
Black with #283408
Text Example
Text Example
White with #283408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283408; }
p { color: rgb(40,52,8); }
H1.HeaderClassName
{
color: #283408;
}
.AnyTagClassName
{
color: #283408;
}
</style>
background-color css
<style>
a { background-color: #283408; }
a { background-color: rgb(40,52,8); }
div.DivClassName
{
background-color: #283408;
}
.BgClassName
{
background-color: #283408;
}
</style>
border-color css
<style>
span { border-color: #283408; }
span { border-color: rgb(40,52,8); }
td.TdClassName
{
border-color: #283408;
}
.TagClassName
{
border-color: #283408;
}
</style>