Shades of Turtle Green #284B00
Tints of Turtle Green #284B00
RGB
CMYK
RGB Variations
Color information
#284B00 (or 0x284B00) is known color: Turtle Green. HEX triplet: 28, 4B and 00. RGB value is (40,75,0). Sum of RGB (Red+Green+Blue) = 40+75+0=115 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.78% from 115); Green value is 75 (29.69% from 255 or 65.22% from 115); Blue value is 0 (0.39% from 255 or 0% from 115); Max value from RGB is 75 - color contains mainly: green. Hex color #284B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #284B00 is #D7B4FF. Grayscale: #383838. Windows color (decimal): -14136576 or 19240. OLE color: 19240.
HSL color Cylindrical-coordinate representation of color #284B00: hue angle of 88º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #284B00 is Cyan = 0.47, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 40 | 75 | 0 | - |
| CMYK | 0.47 | 0 | 1 | 0.71 |
| HSL | 88º | 1% | 0.15% | - |
| HSV(B) | 88º | 1% | 0.29% | - |
| XYZ | 3.39 | 5.48 | 0.88 | - |
| YUV | 55.99 | 96.4 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 75 | 0 | 0.47 | 0 | 1 | 0.71 | 88 | 1 | 0.15 |
| Hex | 28 | 4B | 0 | 2F | 0 | 64 | 47 | 58 | 64 | F |
| Octal | 50 | 113 | 0 | 57 | 0 | 144 | 107 | 130 | 144 | 17 |
| Binary | 101000 | 1001011 | 0 | 101111 | 0 | 1100100 | 1000111 | 1011000 | 1100100 | 1111 |
Color Harmonies of #284B00
Complementary color
Monochromatic Colors of #284B00
Black with #284B00
Text Example
Text Example
White with #284B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284B00; }
p { color: rgb(40,75,0); }
H1.HeaderClassName
{
color: #284B00;
}
.AnyTagClassName
{
color: #284B00;
}
</style>
background-color css
<style>
a { background-color: #284B00; }
a { background-color: rgb(40,75,0); }
div.DivClassName
{
background-color: #284B00;
}
.BgClassName
{
background-color: #284B00;
}
</style>
border-color css
<style>
span { border-color: #284B00; }
span { border-color: rgb(40,75,0); }
td.TdClassName
{
border-color: #284B00;
}
.TagClassName
{
border-color: #284B00;
}
</style>