Shades of Turtle Green #284D02
Tints of Turtle Green #284D02
RGB
CMYK
RGB Variations
Color information
#284D02 (or 0x284D02) is known color: Turtle Green. HEX triplet: 28, 4D and 02. RGB value is (40,77,2). Sum of RGB (Red+Green+Blue) = 40+77+2=119 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.61% from 119); Green value is 77 (30.47% from 255 or 64.71% from 119); Blue value is 2 (1.17% from 255 or 1.68% from 119); Max value from RGB is 77 - color contains mainly: green. Hex color #284D02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #284D02 is #D7B2FD. Grayscale: #393939. Windows color (decimal): -14136062 or 150824. OLE color: 150824.
HSL color Cylindrical-coordinate representation of color #284D02: hue angle of 89.6º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #284D02 is Cyan = 0.48, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 40 | 77 | 2 | - |
| CMYK | 0.48 | 0 | 0.97 | 0.70 |
| HSL | 89.6º | 0.95% | 0.15% | - |
| HSV(B) | 89.6º | 0.97% | 0.3% | - |
| XYZ | 3.54 | 5.76 | 0.98 | - |
| YUV | 57.39 | 96.74 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 77 | 2 | 0.48 | 0 | 0.97 | 0.70 | 89.6 | 0.95 | 0.15 |
| Hex | 28 | 4D | 2 | 30 | 0 | 61 | 46 | 5A | 5F | F |
| Octal | 50 | 115 | 2 | 60 | 0 | 141 | 106 | 132 | 137 | 17 |
| Binary | 101000 | 1001101 | 10 | 110000 | 0 | 1100001 | 1000110 | 1011010 | 1011111 | 1111 |
Color Harmonies of #284D02
Complementary color
Monochromatic Colors of #284D02
Black with #284D02
Text Example
Text Example
White with #284D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284D02; }
p { color: rgb(40,77,2); }
H1.HeaderClassName
{
color: #284D02;
}
.AnyTagClassName
{
color: #284D02;
}
</style>
background-color css
<style>
a { background-color: #284D02; }
a { background-color: rgb(40,77,2); }
div.DivClassName
{
background-color: #284D02;
}
.BgClassName
{
background-color: #284D02;
}
</style>
border-color css
<style>
span { border-color: #284D02; }
span { border-color: rgb(40,77,2); }
td.TdClassName
{
border-color: #284D02;
}
.TagClassName
{
border-color: #284D02;
}
</style>