Shades of Turtle Green #284305
Tints of Turtle Green #284305
RGB
CMYK
RGB Variations
Color information
#284305 (or 0x284305) is known color: Turtle Green. HEX triplet: 28, 43 and 05. RGB value is (40,67,5). Sum of RGB (Red+Green+Blue) = 40+67+5=112 (14% of max value = 765). Red value is 40 (16.02% from 255 or 35.71% from 112); Green value is 67 (26.56% from 255 or 59.82% from 112); Blue value is 5 (2.34% from 255 or 4.46% from 112); Max value from RGB is 67 - color contains mainly: green. Hex color #284305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #284305 is #D7BCFA. Grayscale: #343434. Windows color (decimal): -14138619 or 344872. OLE color: 344872.
HSL color Cylindrical-coordinate representation of color #284305: hue angle of 86.13º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #284305 is Cyan = 0.40, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 40 | 67 | 5 | - |
| CMYK | 0.40 | 0 | 0.93 | 0.74 |
| HSL | 86.13º | 0.86% | 0.14% | - |
| HSV(B) | 86.13º | 0.93% | 0.26% | - |
| XYZ | 2.91 | 4.48 | 0.85 | - |
| YUV | 51.86 | 101.55 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 67 | 5 | 0.40 | 0 | 0.93 | 0.74 | 86.13 | 0.86 | 0.14 |
| Hex | 28 | 43 | 5 | 28 | 0 | 5D | 4A | 56 | 56 | E |
| Octal | 50 | 103 | 5 | 50 | 0 | 135 | 112 | 126 | 126 | 16 |
| Binary | 101000 | 1000011 | 101 | 101000 | 0 | 1011101 | 1001010 | 1010110 | 1010110 | 1110 |
Color Harmonies of #284305
Complementary color
Monochromatic Colors of #284305
Black with #284305
Text Example
Text Example
White with #284305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284305; }
p { color: rgb(40,67,5); }
H1.HeaderClassName
{
color: #284305;
}
.AnyTagClassName
{
color: #284305;
}
</style>
background-color css
<style>
a { background-color: #284305; }
a { background-color: rgb(40,67,5); }
div.DivClassName
{
background-color: #284305;
}
.BgClassName
{
background-color: #284305;
}
</style>
border-color css
<style>
span { border-color: #284305; }
span { border-color: rgb(40,67,5); }
td.TdClassName
{
border-color: #284305;
}
.TagClassName
{
border-color: #284305;
}
</style>