Shades of Turtle Green #284C08
Tints of Turtle Green #284C08
RGB
CMYK
RGB Variations
Color information
#284C08 (or 0x284C08) is known color: Turtle Green. HEX triplet: 28, 4C and 08. RGB value is (40,76,8). Sum of RGB (Red+Green+Blue) = 40+76+8=124 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.26% from 124); Green value is 76 (30.08% from 255 or 61.29% from 124); Blue value is 8 (3.52% from 255 or 6.45% from 124); Max value from RGB is 76 - color contains mainly: green. Hex color #284C08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #284C08 is #D7B3F7. Grayscale: #393939. Windows color (decimal): -14136312 or 543784. OLE color: 543784.
HSL color Cylindrical-coordinate representation of color #284C08: hue angle of 91.76º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #284C08 is Cyan = 0.47, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 40 | 76 | 8 | - |
| CMYK | 0.47 | 0 | 0.89 | 0.70 |
| HSL | 91.76º | 0.81% | 0.16% | - |
| HSV(B) | 91.76º | 0.89% | 0.3% | - |
| XYZ | 3.5 | 5.64 | 1.13 | - |
| YUV | 57.48 | 100.07 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 76 | 8 | 0.47 | 0 | 0.89 | 0.70 | 91.76 | 0.81 | 0.16 |
| Hex | 28 | 4C | 8 | 2F | 0 | 59 | 46 | 5C | 51 | 10 |
| Octal | 50 | 114 | 10 | 57 | 0 | 131 | 106 | 134 | 121 | 20 |
| Binary | 101000 | 1001100 | 1000 | 101111 | 0 | 1011001 | 1000110 | 1011100 | 1010001 | 10000 |
Color Harmonies of #284C08
Complementary color
Monochromatic Colors of #284C08
Black with #284C08
Text Example
Text Example
White with #284C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284C08; }
p { color: rgb(40,76,8); }
H1.HeaderClassName
{
color: #284C08;
}
.AnyTagClassName
{
color: #284C08;
}
</style>
background-color css
<style>
a { background-color: #284C08; }
a { background-color: rgb(40,76,8); }
div.DivClassName
{
background-color: #284C08;
}
.BgClassName
{
background-color: #284C08;
}
</style>
border-color css
<style>
span { border-color: #284C08; }
span { border-color: rgb(40,76,8); }
td.TdClassName
{
border-color: #284C08;
}
.TagClassName
{
border-color: #284C08;
}
</style>