Shades of Turtle Green #283205
Tints of Turtle Green #283205
RGB
CMYK
RGB Variations
Color information
#283205 (or 0x283205) is known color: Turtle Green. HEX triplet: 28, 32 and 05. RGB value is (40,50,5). Sum of RGB (Red+Green+Blue) = 40+50+5=95 (12% of max value = 765). Red value is 40 (16.02% from 255 or 42.11% from 95); Green value is 50 (19.92% from 255 or 52.63% from 95); Blue value is 5 (2.34% from 255 or 5.26% from 95); Max value from RGB is 50 - color contains mainly: green. Hex color #283205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #283205 is #D7CDFA. Grayscale: #2A2A2A. Windows color (decimal): -14142971 or 340520. OLE color: 340520.
HSL color Cylindrical-coordinate representation of color #283205: hue angle of 73.33º 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 #283205 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 40 | 50 | 5 | - |
| CMYK | 0.20 | 0 | 0.90 | 0.80 |
| HSL | 73.33º | 0.82% | 0.11% | - |
| HSV(B) | 73.33º | 0.9% | 0.2% | - |
| XYZ | 2.04 | 2.74 | 0.57 | - |
| YUV | 41.88 | 107.19 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 50 | 5 | 0.20 | 0 | 0.90 | 0.80 | 73.33 | 0.82 | 0.11 |
| Hex | 28 | 32 | 5 | 14 | 0 | 5A | 50 | 49 | 52 | B |
| Octal | 50 | 62 | 5 | 24 | 0 | 132 | 120 | 111 | 122 | 13 |
| Binary | 101000 | 110010 | 101 | 10100 | 0 | 1011010 | 1010000 | 1001001 | 1010010 | 1011 |
Color Harmonies of #283205
Complementary color
Monochromatic Colors of #283205
Black with #283205
Text Example
Text Example
White with #283205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283205; }
p { color: rgb(40,50,5); }
H1.HeaderClassName
{
color: #283205;
}
.AnyTagClassName
{
color: #283205;
}
</style>
background-color css
<style>
a { background-color: #283205; }
a { background-color: rgb(40,50,5); }
div.DivClassName
{
background-color: #283205;
}
.BgClassName
{
background-color: #283205;
}
</style>
border-color css
<style>
span { border-color: #283205; }
span { border-color: rgb(40,50,5); }
td.TdClassName
{
border-color: #283205;
}
.TagClassName
{
border-color: #283205;
}
</style>