Shades of Turtle Green #283200
Tints of Turtle Green #283200
RGB
CMYK
RGB Variations
Color information
#283200 (or 0x283200) is known color: Turtle Green. HEX triplet: 28, 32 and 00. RGB value is (40,50,0). Sum of RGB (Red+Green+Blue) = 40+50+0=90 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.44% from 90); Green value is 50 (19.92% from 255 or 55.56% from 90); Blue value is 0 (0.39% from 255 or 0% from 90); Max value from RGB is 50 - color contains mainly: green. Hex color #283200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #283200 is #D7CDFF. Grayscale: #292929. Windows color (decimal): -14142976 or 12840. OLE color: 12840.
HSL color Cylindrical-coordinate representation of color #283200: hue angle of 72º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #283200 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 40 | 50 | 0 | - |
| CMYK | 0.20 | 0 | 1 | 0.80 |
| HSL | 72º | 1% | 0.1% | - |
| HSV(B) | 72º | 1% | 0.2% | - |
| XYZ | 2.02 | 2.73 | 0.42 | - |
| YUV | 41.31 | 104.69 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 50 | 0 | 0.20 | 0 | 1 | 0.80 | 72 | 1 | 0.1 |
| Hex | 28 | 32 | 0 | 14 | 0 | 64 | 50 | 48 | 64 | A |
| Octal | 50 | 62 | 0 | 24 | 0 | 144 | 120 | 110 | 144 | 12 |
| Binary | 101000 | 110010 | 0 | 10100 | 0 | 1100100 | 1010000 | 1001000 | 1100100 | 1010 |
Color Harmonies of #283200
Complementary color
Monochromatic Colors of #283200
Black with #283200
Text Example
Text Example
White with #283200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283200; }
p { color: rgb(40,50,0); }
H1.HeaderClassName
{
color: #283200;
}
.AnyTagClassName
{
color: #283200;
}
</style>
background-color css
<style>
a { background-color: #283200; }
a { background-color: rgb(40,50,0); }
div.DivClassName
{
background-color: #283200;
}
.BgClassName
{
background-color: #283200;
}
</style>
border-color css
<style>
span { border-color: #283200; }
span { border-color: rgb(40,50,0); }
td.TdClassName
{
border-color: #283200;
}
.TagClassName
{
border-color: #283200;
}
</style>