Shades of Turtle Green #284C01
Tints of Turtle Green #284C01
RGB
CMYK
RGB Variations
Color information
#284C01 (or 0x284C01) is known color: Turtle Green. HEX triplet: 28, 4C and 01. RGB value is (40,76,1). Sum of RGB (Red+Green+Blue) = 40+76+1=117 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.19% from 117); Green value is 76 (30.08% from 255 or 64.96% from 117); Blue value is 1 (0.78% from 255 or 0.85% from 117); Max value from RGB is 76 - color contains mainly: green. Hex color #284C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #284C01 is #D7B3FE. Grayscale: #383838. Windows color (decimal): -14136319 or 85032. OLE color: 85032.
HSL color Cylindrical-coordinate representation of color #284C01: hue angle of 88.8º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #284C01 is Cyan = 0.47, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 40 | 76 | 1 | - |
| CMYK | 0.47 | 0 | 0.99 | 0.70 |
| HSL | 88.8º | 0.97% | 0.15% | - |
| HSV(B) | 88.8º | 0.99% | 0.3% | - |
| XYZ | 3.46 | 5.62 | 0.93 | - |
| YUV | 56.69 | 96.57 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 76 | 1 | 0.47 | 0 | 0.99 | 0.70 | 88.8 | 0.97 | 0.15 |
| Hex | 28 | 4C | 1 | 2F | 0 | 63 | 46 | 59 | 61 | F |
| Octal | 50 | 114 | 1 | 57 | 0 | 143 | 106 | 131 | 141 | 17 |
| Binary | 101000 | 1001100 | 1 | 101111 | 0 | 1100011 | 1000110 | 1011001 | 1100001 | 1111 |
Color Harmonies of #284C01
Complementary color
Monochromatic Colors of #284C01
Black with #284C01
Text Example
Text Example
White with #284C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284C01; }
p { color: rgb(40,76,1); }
H1.HeaderClassName
{
color: #284C01;
}
.AnyTagClassName
{
color: #284C01;
}
</style>
background-color css
<style>
a { background-color: #284C01; }
a { background-color: rgb(40,76,1); }
div.DivClassName
{
background-color: #284C01;
}
.BgClassName
{
background-color: #284C01;
}
</style>
border-color css
<style>
span { border-color: #284C01; }
span { border-color: rgb(40,76,1); }
td.TdClassName
{
border-color: #284C01;
}
.TagClassName
{
border-color: #284C01;
}
</style>