Shades of Turtle Green #283305
Tints of Turtle Green #283305
RGB
CMYK
RGB Variations
Color information
#283305 (or 0x283305) is known color: Turtle Green. HEX triplet: 28, 33 and 05. RGB value is (40,51,5). Sum of RGB (Red+Green+Blue) = 40+51+5=96 (12% of max value = 765). Red value is 40 (16.02% from 255 or 41.67% from 96); Green value is 51 (20.31% from 255 or 53.12% from 96); Blue value is 5 (2.34% from 255 or 5.21% from 96); Max value from RGB is 51 - color contains mainly: green. Hex color #283305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #283305 is #D7CCFA. Grayscale: #2A2A2A. Windows color (decimal): -14142715 or 340776. OLE color: 340776.
HSL color Cylindrical-coordinate representation of color #283305: hue angle of 74.35º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #283305 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 40 | 51 | 5 | - |
| CMYK | 0.22 | 0 | 0.90 | 0.8 |
| HSL | 74.35º | 0.82% | 0.11% | - |
| HSV(B) | 74.35º | 0.9% | 0.2% | - |
| XYZ | 2.09 | 2.83 | 0.58 | - |
| YUV | 42.47 | 106.86 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 51 | 5 | 0.22 | 0 | 0.90 | 0.8 | 74.35 | 0.82 | 0.11 |
| Hex | 28 | 33 | 5 | 16 | 0 | 5A | 50 | 4A | 52 | B |
| Octal | 50 | 63 | 5 | 26 | 0 | 132 | 120 | 112 | 122 | 13 |
| Binary | 101000 | 110011 | 101 | 10110 | 0 | 1011010 | 1010000 | 1001010 | 1010010 | 1011 |
Color Harmonies of #283305
Complementary color
Monochromatic Colors of #283305
Black with #283305
Text Example
Text Example
White with #283305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283305; }
p { color: rgb(40,51,5); }
H1.HeaderClassName
{
color: #283305;
}
.AnyTagClassName
{
color: #283305;
}
</style>
background-color css
<style>
a { background-color: #283305; }
a { background-color: rgb(40,51,5); }
div.DivClassName
{
background-color: #283305;
}
.BgClassName
{
background-color: #283305;
}
</style>
border-color css
<style>
span { border-color: #283305; }
span { border-color: rgb(40,51,5); }
td.TdClassName
{
border-color: #283305;
}
.TagClassName
{
border-color: #283305;
}
</style>