Shades of Turtle Green #283105
Tints of Turtle Green #283105
RGB
CMYK
RGB Variations
Color information
#283105 (or 0x283105) is known color: Turtle Green. HEX triplet: 28, 31 and 05. RGB value is (40,49,5). Sum of RGB (Red+Green+Blue) = 40+49+5=94 (12% of max value = 765). Red value is 40 (16.02% from 255 or 42.55% from 94); Green value is 49 (19.53% from 255 or 52.13% from 94); Blue value is 5 (2.34% from 255 or 5.32% from 94); Max value from RGB is 49 - color contains mainly: green. Hex color #283105 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #283105 is #D7CEFA. Grayscale: #292929. Windows color (decimal): -14143227 or 340264. OLE color: 340264.
HSL color Cylindrical-coordinate representation of color #283105: hue angle of 72.27º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #283105 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 40 | 49 | 5 | - |
| CMYK | 0.18 | 0 | 0.90 | 0.81 |
| HSL | 72.27º | 0.81% | 0.11% | - |
| HSV(B) | 72.27º | 0.9% | 0.19% | - |
| XYZ | 2 | 2.66 | 0.55 | - |
| YUV | 41.29 | 107.52 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 49 | 5 | 0.18 | 0 | 0.90 | 0.81 | 72.27 | 0.81 | 0.11 |
| Hex | 28 | 31 | 5 | 12 | 0 | 5A | 51 | 48 | 51 | B |
| Octal | 50 | 61 | 5 | 22 | 0 | 132 | 121 | 110 | 121 | 13 |
| Binary | 101000 | 110001 | 101 | 10010 | 0 | 1011010 | 1010001 | 1001000 | 1010001 | 1011 |
Color Harmonies of #283105
Complementary color
Monochromatic Colors of #283105
Black with #283105
Text Example
Text Example
White with #283105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283105; }
p { color: rgb(40,49,5); }
H1.HeaderClassName
{
color: #283105;
}
.AnyTagClassName
{
color: #283105;
}
</style>
background-color css
<style>
a { background-color: #283105; }
a { background-color: rgb(40,49,5); }
div.DivClassName
{
background-color: #283105;
}
.BgClassName
{
background-color: #283105;
}
</style>
border-color css
<style>
span { border-color: #283105; }
span { border-color: rgb(40,49,5); }
td.TdClassName
{
border-color: #283105;
}
.TagClassName
{
border-color: #283105;
}
</style>